diff options
author | 2007-01-23 17:04:37 +0000 | |
---|---|---|
committer | 2007-01-23 17:04:37 +0000 | |
commit | 91e8ead27e96ae447f62e7ddf3aca248d4fd5050 (patch) | |
tree | add3de9dd85b0ba69a989e65999e4aa449d0e390 /app-misc/pax-utils/pax-utils-0.1.15.ebuild | |
parent | Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups. (diff) | |
download | historical-91e8ead27e96ae447f62e7ddf3aca248d4fd5050.tar.gz historical-91e8ead27e96ae447f62e7ddf3aca248d4fd5050.tar.bz2 historical-91e8ead27e96ae447f62e7ddf3aca248d4fd5050.zip |
Stable on ppc wrt bug 163453
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-misc/pax-utils/pax-utils-0.1.15.ebuild')
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/pax-utils/pax-utils-0.1.15.ebuild b/app-misc/pax-utils/pax-utils-0.1.15.ebuild index ab78198eb22a..1ebb36f06182 100644 --- a/app-misc/pax-utils/pax-utils-0.1.15.ebuild +++ b/app-misc/pax-utils/pax-utils-0.1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.1.15.ebuild,v 1.1 2006/12/13 00:03:19 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.15.ebuild,v 1.2 2007/01/23 17:04:37 nixnut Exp $ inherit flag-o-matic toolchain-funcs eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="caps" DEPEND="caps? ( sys-libs/libcap )" |