diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-07 14:47:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-07 14:47:59 +0000 |
commit | 13d27bba333b2aff827a092536887d30489c26d7 (patch) | |
tree | 8c5e923f9ee03d38034fbba49d7155f483468a51 /dev-util/strace | |
parent | Disallow pypy, correct slot of dev-python/beautifulsoup dep (diff) | |
download | gentoo-2-13d27bba333b2aff827a092536887d30489c26d7.tar.gz gentoo-2-13d27bba333b2aff827a092536887d30489c26d7.tar.bz2 gentoo-2-13d27bba333b2aff827a092536887d30489c26d7.zip |
Stable for HPPA (bug #419803).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index d665494c55ef..bda8b6ccee48 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.179 2012/06/06 06:25:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.180 2012/06/07 14:47:59 jer Exp $ + + 07 Jun 2012; Jeroen Roovers <jer@gentoo.org> strace-4.7.ebuild: + Stable for HPPA (bug #419803). 06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> strace-4.7.ebuild: marked x86 per bug 419803 diff --git a/dev-util/strace/strace-4.7.ebuild b/dev-util/strace/strace-4.7.ebuild index 554f22aad538..3bb0c3961cb3 100644 --- a/dev-util/strace/strace-4.7.ebuild +++ b/dev-util/strace/strace-4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.5 2012/06/06 06:25:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.6 2012/06/07 14:47:59 jer Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |