diff options
author | 2006-06-26 00:51:12 +0000 | |
---|---|---|
committer | 2006-06-26 00:51:12 +0000 | |
commit | ca971431a4ee3c70aede8bb37d5c751754211415 (patch) | |
tree | c5009372dfe73bb26a8598e2a712724bf3fda419 /dev-util/strace | |
parent | Minor tweak to eant (diff) | |
download | gentoo-2-ca971431a4ee3c70aede8bb37d5c751754211415.tar.gz gentoo-2-ca971431a4ee3c70aede8bb37d5c751754211415.tar.bz2 gentoo-2-ca971431a4ee3c70aede8bb37d5c751754211415.zip |
Stable on x86, bug #137914.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 5dad8c0d6477..6161ca38b412 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.86 2006/06/25 14:35:22 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.87 2006/06/26 00:51:12 ticho Exp $ + + 26 Jun 2006; Andrej Kacian <ticho@gentoo.org> strace-4.5.14.ebuild: + Stable on x86, bug #137914. 25 Jun 2006; Christian Birchinger <joker@gentoo.org> strace-4.5.14.ebuild: Added sparc stable keyword diff --git a/dev-util/strace/strace-4.5.14.ebuild b/dev-util/strace/strace-4.5.14.ebuild index bec9870b8a43..6b66a0639e47 100644 --- a/dev-util/strace/strace-4.5.14.ebuild +++ b/dev-util/strace/strace-4.5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.6 2006/06/25 14:35:22 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.7 2006/06/26 00:51:12 ticho Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="as-is" 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" DEPEND="aio? ( dev-libs/libaio )" |