diff options
author | Brent Baude <ranger@gentoo.org> | 2008-10-14 20:32:27 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-10-14 20:32:27 +0000 |
commit | 5502535a06af4e4e5eefd26133aac22a7725db8a (patch) | |
tree | 46ae63395e8a614bf493a15cb6eaeb31b6a5e3cb /dev-util/strace | |
parent | stable ppc64, bug 241858 (diff) | |
download | gentoo-2-5502535a06af4e4e5eefd26133aac22a7725db8a.tar.gz gentoo-2-5502535a06af4e4e5eefd26133aac22a7725db8a.tar.bz2 gentoo-2-5502535a06af4e4e5eefd26133aac22a7725db8a.zip |
stable ppc64, bug 241168
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 49999bc87f72..8a63ee85af82 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # 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.126 2008/10/13 09:26:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.127 2008/10/14 20:32:27 ranger Exp $ + + 14 Oct 2008; Brent Baude <ranger@gentoo.org> strace-4.5.18.ebuild: + stable ppc64, bug 241168 13 Oct 2008; Raúl Porcel <armin76@gentoo.org> strace-4.5.18.ebuild: alpha/ia64/x86 stable wrt #241168 diff --git a/dev-util/strace/strace-4.5.18.ebuild b/dev-util/strace/strace-4.5.18.ebuild index b9ccf747d7a7..2699d3734cb0 100644 --- a/dev-util/strace/strace-4.5.18.ebuild +++ b/dev-util/strace/strace-4.5.18.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.18.ebuild,v 1.6 2008/10/13 09:26:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.7 2008/10/14 20:32:27 ranger Exp $ inherit flag-o-matic @@ -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-0.3.106 )" |