diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-31 13:13:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-31 13:13:31 +0000 |
commit | 883634c34c98a46ca6436d9c05bc066a1e853c67 (patch) | |
tree | 46f22fc4689b4348f4538daaffd7c4f935d1c7e1 /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-883634c34c98a46ca6436d9c05bc066a1e853c67.tar.gz gentoo-2-883634c34c98a46ca6436d9c05bc066a1e853c67.tar.bz2 gentoo-2-883634c34c98a46ca6436d9c05bc066a1e853c67.zip |
Stable on amd64 wrt bug #343255
(Portage version: 2.2.0_alpha2/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.5.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 8fb826accfba..526ab3a28998 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.149 2010/10/12 12:34:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.150 2010/10/31 13:13:31 hwoarang Exp $ + + 31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> strace-4.5.20.ebuild: + Stable on amd64 wrt bug #343255 *strace-4.5.20-r1 (12 Oct 2010) diff --git a/dev-util/strace/strace-4.5.20.ebuild b/dev-util/strace/strace-4.5.20.ebuild index f258d40710b5..9f72746a10ba 100644 --- a/dev-util/strace/strace-4.5.20.ebuild +++ b/dev-util/strace/strace-4.5.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.2 2010/09/12 19:41:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.3 2010/10/31 13:13:31 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" 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 |