diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-09-24 17:48:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-09-24 17:48:59 +0000 |
commit | c85827c60c9711edcfb9072161857779af79aa2b (patch) | |
tree | 95e0a145db6036e72ebb844d1ceed6023f3948a7 /dev-util | |
parent | digest (diff) | |
download | gentoo-2-c85827c60c9711edcfb9072161857779af79aa2b.tar.gz gentoo-2-c85827c60c9711edcfb9072161857779af79aa2b.tar.bz2 gentoo-2-c85827c60c9711edcfb9072161857779af79aa2b.zip |
alpha/s390/sh/sparc stable wrt #419803
(Portage version: 2.1.11.16/cvs/Linux ia64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index a1a57891b263..2bc5ca667db4 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.184 2012/07/12 15:07:49 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.185 2012/09/24 17:48:59 armin76 Exp $ + + 24 Sep 2012; Raúl Porcel <armin76@gentoo.org> strace-4.7.ebuild: + alpha/s390/sh/sparc stable wrt #419803 12 Jul 2012; Akinori Hattori <hattya@gentoo.org> strace-4.7.ebuild: ia64 stable wrt bug #419803 diff --git a/dev-util/strace/strace-4.7.ebuild b/dev-util/strace/strace-4.7.ebuild index 2940f54297f8..8704ee85b3e6 100644 --- a/dev-util/strace/strace-4.7.ebuild +++ b/dev-util/strace/strace-4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.10 2012/07/12 15:07:49 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.11 2012/09/24 17:48:59 armin76 Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |