diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-06-25 09:23:34 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-06-25 09:23:34 +0000 |
commit | 42356be3fa1cd175afaddc97064f9d28eeae8830 (patch) | |
tree | d2d7516f026f056b01bc92b1e2734f27c89fb506 /dev-util | |
parent | Marked ppc-macos stable for progressive users (bug #137896) (diff) | |
download | gentoo-2-42356be3fa1cd175afaddc97064f9d28eeae8830.tar.gz gentoo-2-42356be3fa1cd175afaddc97064f9d28eeae8830.tar.bz2 gentoo-2-42356be3fa1cd175afaddc97064f9d28eeae8830.zip |
Stable on ppc64; bug #137914
(Portage version: 2.1)
Diffstat (limited to 'dev-util')
-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 4785500cc3b3..4844cac95bdf 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.81 2006/06/11 10:05:31 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.82 2006/06/25 09:23:34 corsair Exp $ + + 25 Jun 2006; Markus Rothe <corsair@gentoo.org> strace-4.5.14.ebuild: + Stable on ppc64; bug #137914 11 Jun 2006; Simon Stelling <blubb@gentoo.org> strace-4.5.12.ebuild: stable on amd64 diff --git a/dev-util/strace/strace-4.5.14.ebuild b/dev-util/strace/strace-4.5.14.ebuild index 52acd492e913..cd82ec163af8 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.1 2006/01/18 11:55:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.2 2006/06/25 09:23:34 corsair 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 )" |