diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-21 18:31:45 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-21 18:31:45 +0000 |
commit | 446fa0e7b054ae2aa7d2eacf5c55037752b66f2c (patch) | |
tree | e566ccd5ff2cb9d60c5d9027941cffc4329bee72 /dev-util/strace | |
parent | Stable on ppc64 (diff) | |
download | historical-446fa0e7b054ae2aa7d2eacf5c55037752b66f2c.tar.gz historical-446fa0e7b054ae2aa7d2eacf5c55037752b66f2c.tar.bz2 historical-446fa0e7b054ae2aa7d2eacf5c55037752b66f2c.zip |
Stable on ppc64; now realy..
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index cfbd8dd30afe..7e5cfc0a8d83 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.78 2006/05/11 17:54:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.79 2006/05/21 18:31:45 corsair Exp $ + + 21 May 2006; Markus Rothe <corsair@gentoo.org> strace-4.5.12.ebuild: + Stable on ppc64; now realy.. 11 May 2006; Michael Sterrett <mr_bones_@gentoo.org> strace-4.5.12.ebuild: ppc64 needs dev-libs/libaio first diff --git a/dev-util/strace/strace-4.5.12.ebuild b/dev-util/strace/strace-4.5.12.ebuild index 0a135e08013f..82245e249f99 100644 --- a/dev-util/strace/strace-4.5.12.ebuild +++ b/dev-util/strace/strace-4.5.12.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.12.ebuild,v 1.14 2006/05/11 17:54:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.15 2006/05/21 18:31:45 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 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 )" |