diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-14 20:21:36 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-14 20:21:36 +0000 |
commit | fd383cab633c5ed7136bcdd7e5f8343da926505c (patch) | |
tree | 200c2908e25dbaa61419a89b130d12c2d8f144e5 /dev-util | |
parent | ppc. stable (diff) | |
download | gentoo-2-fd383cab633c5ed7136bcdd7e5f8343da926505c.tar.gz gentoo-2-fd383cab633c5ed7136bcdd7e5f8343da926505c.tar.bz2 gentoo-2-fd383cab633c5ed7136bcdd7e5f8343da926505c.zip |
ppc. stable
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.16-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index cdc67bf0e72a..0aabfc945e5b 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/strace # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.112 2008/01/14 17:36:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.113 2008/01/14 20:21:36 dertobi123 Exp $ + + 14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + strace-4.5.16-r1.ebuild: + ppc. stable 14 Jan 2008; Mike Frysinger <vapier@gentoo.org> +files/strace-4.5.16-getdents-infinite-loop.patch, diff --git a/dev-util/strace/strace-4.5.16-r1.ebuild b/dev-util/strace/strace-4.5.16-r1.ebuild index a253fb999590..c7c06c662b43 100644 --- a/dev-util/strace/strace-4.5.16-r1.ebuild +++ b/dev-util/strace/strace-4.5.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r1.ebuild,v 1.5 2008/01/14 17:36:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16-r1.ebuild,v 1.6 2008/01/14 20:21:36 dertobi123 Exp $ inherit flag-o-matic autotools @@ -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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86" IUSE="static aio" DEPEND="aio? ( dev-libs/libaio )" |