diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-11 09:16:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-11 09:16:13 +0000 |
commit | e26763621953df0c99b3904d94e96724562878b2 (patch) | |
tree | 71bafcb61660f3d941f2f2ea65e8b54f8e7c8eae /dev-util/strace | |
parent | Stable for amd64, wrt bug #419809 (diff) | |
download | gentoo-2-e26763621953df0c99b3904d94e96724562878b2.tar.gz gentoo-2-e26763621953df0c99b3904d94e96724562878b2.tar.bz2 gentoo-2-e26763621953df0c99b3904d94e96724562878b2.zip |
Stable for amd64, wrt bug #419803
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/strace')
-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 6a0da34b9b05..dc9d3260e723 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.182 2012/06/09 08:53:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.183 2012/06/11 09:16:13 ago Exp $ + + 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> strace-4.7.ebuild: + Stable for amd64, wrt bug #419803 09 Jun 2012; Markus Meier <maekke@gentoo.org> strace-4.7.ebuild: arm stable, bug #419803 diff --git a/dev-util/strace/strace-4.7.ebuild b/dev-util/strace/strace-4.7.ebuild index c3d92d08148a..6179d9448d0f 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.8 2012/06/09 08:53:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.9 2012/06/11 09:16:13 ago 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" |