diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-25 23:39:15 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-25 23:39:15 +0000 |
commit | 6cd9137f5bbfe0d8925fbab329902e125b003235 (patch) | |
tree | 94dfb986c3b7d211beef6b0ef168deb12961658d /dev-util | |
parent | Stable on amd64 wrt bug #391503 (diff) | |
download | gentoo-2-6cd9137f5bbfe0d8925fbab329902e125b003235.tar.gz gentoo-2-6cd9137f5bbfe0d8925fbab329902e125b003235.tar.bz2 gentoo-2-6cd9137f5bbfe0d8925fbab329902e125b003235.zip |
Stable on amd64 wrt bug #391655
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 5e0dee534ec9..4cad4aa3b2f8 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.166 2011/11/25 16:42:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.167 2011/11/25 23:39:15 hwoarang Exp $ + + 25 Nov 2011; Markos Chandras <hwoarang@gentoo.org> strace-4.6.ebuild: + Stable on amd64 wrt bug #391655 25 Nov 2011; Jeroen Roovers <jer@gentoo.org> strace-4.6.ebuild: Stable for HPPA (bug #391655). diff --git a/dev-util/strace/strace-4.6.ebuild b/dev-util/strace/strace-4.6.ebuild index 0462c035ab02..f2fd058d4ae4 100644 --- a/dev-util/strace/strace-4.6.ebuild +++ b/dev-util/strace/strace-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.2 2011/11/25 16:42:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.3 2011/11/25 23:39:15 hwoarang Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -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" IUSE="static aio" # strace only uses the header from libaio |