diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-18 01:42:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-18 01:42:30 +0000 |
commit | 7b5b7f9421d134dac70bab9ff6e0a8fc1c879687 (patch) | |
tree | 470d7992958e5bf6ca3bd0856b04eaa10cf5bb16 /app-misc/pax-utils/pax-utils-0.2.1.ebuild | |
parent | Remove HPPA compiler optimisation restriction as tests would fail. Stable for... (diff) | |
download | gentoo-2-7b5b7f9421d134dac70bab9ff6e0a8fc1c879687.tar.gz gentoo-2-7b5b7f9421d134dac70bab9ff6e0a8fc1c879687.tar.bz2 gentoo-2-7b5b7f9421d134dac70bab9ff6e0a8fc1c879687.zip |
Stable for HPPA PPC (bug #332811).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-misc/pax-utils/pax-utils-0.2.1.ebuild')
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pax-utils/pax-utils-0.2.1.ebuild b/app-misc/pax-utils/pax-utils-0.2.1.ebuild index c5f2117859cd..0c17e77f2014 100644 --- a/app-misc/pax-utils/pax-utils-0.2.1.ebuild +++ b/app-misc/pax-utils/pax-utils-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.2.1.ebuild,v 1.3 2010/08/17 17:43:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.2.1.ebuild,v 1.4 2010/08/18 01:42:30 jer Exp $ inherit flag-o-matic toolchain-funcs eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="caps" #RESTRICT="mirror" |