diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-30 18:44:07 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-30 18:44:07 +0000 |
commit | f58c078d49876224381cf89481d4f4b2307a53fd (patch) | |
tree | 34398bb1bf39002e78c4e40989b02166cf7c2567 /dev-util/strace | |
parent | Add ~sparc, application works. (diff) | |
download | gentoo-2-f58c078d49876224381cf89481d4f4b2307a53fd.tar.gz gentoo-2-f58c078d49876224381cf89481d4f4b2307a53fd.tar.bz2 gentoo-2-f58c078d49876224381cf89481d4f4b2307a53fd.zip |
Stable on ppc wrt bug 197398
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 71bd076de1ba..249cce3d9571 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.105 2007/10/30 12:31:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.106 2007/10/30 18:44:07 nixnut Exp $ + + 30 Oct 2007; nixnut <nixnut@gentoo.org> strace-4.5.16.ebuild: + Stable on ppc wrt bug 197398 30 Oct 2007; Raúl Porcel <armin76@gentoo.org> strace-4.5.16.ebuild: alpha/ia64 stable wrt #197398 diff --git a/dev-util/strace/strace-4.5.16.ebuild b/dev-util/strace/strace-4.5.16.ebuild index 438d2e960467..dde83adc1584 100644 --- a/dev-util/strace/strace-4.5.16.ebuild +++ b/dev-util/strace/strace-4.5.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild,v 1.5 2007/10/30 12:31:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild,v 1.6 2007/10/30 18:44:07 nixnut Exp $ inherit flag-o-matic autotools @@ -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 )" |