diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-10-11 15:55:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-10-11 15:55:52 +0000 |
commit | a5d600f43b0b48b193e88d563ae0f5ef7353ac04 (patch) | |
tree | 260929562617b40aafbe2833f16a5273ad3b4faf /dev-util/strace | |
parent | Fix exempi automagic detection, bug #206041 in preparation of bug #185689. (diff) | |
download | gentoo-2-a5d600f43b0b48b193e88d563ae0f5ef7353ac04.tar.gz gentoo-2-a5d600f43b0b48b193e88d563ae0f5ef7353ac04.tar.bz2 gentoo-2-a5d600f43b0b48b193e88d563ae0f5ef7353ac04.zip |
Stable for HPPA (bug #241168).
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
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 7c94cf6b9beb..d9ce641355b8 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.122 2008/10/11 11:55:30 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.123 2008/10/11 15:55:52 jer Exp $ + + 11 Oct 2008; Jeroen Roovers <jer@gentoo.org> strace-4.5.18.ebuild: + Stable for HPPA (bug #241168). 11 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> strace-4.5.18.ebuild: Stable on sparc, bug #241168 diff --git a/dev-util/strace/strace-4.5.18.ebuild b/dev-util/strace/strace-4.5.18.ebuild index 35e221ff662a..e31dda156053 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.2 2008/10/11 11:55:30 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.3 2008/10/11 15:55:52 jer 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 )" |