diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-29 19:42:44 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-29 19:42:44 +0000 |
commit | b313fedb52199d9e445041468f31297cb8cc7019 (patch) | |
tree | a01bdc2ab85f69e4b35a86b01cb89b49e7a8f9be /dev-util | |
parent | stable x86, bug 297439 (diff) | |
download | gentoo-2-b313fedb52199d9e445041468f31297cb8cc7019.tar.gz gentoo-2-b313fedb52199d9e445041468f31297cb8cc7019.tar.bz2 gentoo-2-b313fedb52199d9e445041468f31297cb8cc7019.zip |
stable x86, bug 297079
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 4c9f77fc761c..1e0293a77538 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.138 2009/12/28 18:46:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.139 2009/12/29 19:42:44 fauli Exp $ + + 29 Dec 2009; Christian Faulhammer <fauli@gentoo.org> strace-4.5.19.ebuild: + stable x86, bug 297079 28 Dec 2009; nixnut <nixnut@gentoo.org> strace-4.5.19.ebuild: ppc stable #297079 diff --git a/dev-util/strace/strace-4.5.19.ebuild b/dev-util/strace/strace-4.5.19.ebuild index 816df0b0867b..771e796c10dd 100644 --- a/dev-util/strace/strace-4.5.19.ebuild +++ b/dev-util/strace/strace-4.5.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.19.ebuild,v 1.6 2009/12/28 18:46:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.19.ebuild,v 1.7 2009/12/29 19:42:44 fauli Exp $ inherit flag-o-matic @@ -10,7 +10,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" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="static aio" # strace only uses the header from libaio |