diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-01-23 15:19:39 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-01-23 15:19:39 +0000 |
commit | f4871e0aa8c6e611b321c0ca0dec7cfd07ee8c31 (patch) | |
tree | e4b65486166b5e868fc69868c44e6e54a40b6dd0 /dev-util | |
parent | Revbump for Prefix/OSX fixes. I changed the ebuild in such a way that needs ... (diff) | |
download | gentoo-2-f4871e0aa8c6e611b321c0ca0dec7cfd07ee8c31.tar.gz gentoo-2-f4871e0aa8c6e611b321c0ca0dec7cfd07ee8c31.tar.bz2 gentoo-2-f4871e0aa8c6e611b321c0ca0dec7cfd07ee8c31.zip |
Stable on alpha, bug #297079
(Portage version: 2.1.7.16/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.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 664215dc1ad5..ddd1781e0e3c 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.140 2010/01/15 21:54:08 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.141 2010/01/23 15:19:39 klausman Exp $ + + 23 Jan 2010; Tobias Klausmann <klausman@gentoo.org> strace-4.5.19.ebuild: + Stable on alpha, bug #297079 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> strace-4.5.19.ebuild: Transfer Prefix keywords diff --git a/dev-util/strace/strace-4.5.19.ebuild b/dev-util/strace/strace-4.5.19.ebuild index 5a2dacd59746..e240e3ebcc93 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-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.19.ebuild,v 1.8 2010/01/15 21:54:08 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.19.ebuild,v 1.9 2010/01/23 15:19:39 klausman 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 ~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 |