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 | af27045df26fc9d3ed1aab343954e6cdcdcfb2af (patch) | |
tree | dcb1b7fcbcc36af6e89d31b49028a95647c4d401 /dev-util/strace | |
parent | Stable on amd64 wrt bug #391503 (diff) | |
download | historical-af27045df26fc9d3ed1aab343954e6cdcdcfb2af.tar.gz historical-af27045df26fc9d3ed1aab343954e6cdcdcfb2af.tar.bz2 historical-af27045df26fc9d3ed1aab343954e6cdcdcfb2af.zip |
Stable on amd64 wrt bug #391655
Package-Manager: portage-2.2.0_alpha77/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.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 |