diff options
author | Ned Ludd <solar@gentoo.org> | 2006-04-30 08:46:46 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-04-30 08:46:46 +0000 |
commit | 157696317e6483ec196e9f0bbc44580cb31f46c5 (patch) | |
tree | 1de123e8b49de0bf5f9513f891ae7543ac2ab13e /app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild | |
parent | disable color syntax highlighting by default (diff) | |
download | gentoo-2-157696317e6483ec196e9f0bbc44580cb31f46c5.tar.gz gentoo-2-157696317e6483ec196e9f0bbc44580cb31f46c5.tar.bz2 gentoo-2-157696317e6483ec196e9f0bbc44580cb31f46c5.zip |
- new pspax -n/-w flags. new -L handling for the BSD arches. uses ld.so.hints vs ld.so.cache (thanks flameeyes). tty null term handling should be fixed
(Portage version: 2.0.54)
Diffstat (limited to 'app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild')
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild b/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild index ffb0ce7ceaf7..00c0d27de4df 100644 --- a/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild +++ b/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.11-r1.ebuild,v 1.7 2006/04/24 21:03:46 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild,v 1.8 2006/04/30 08:46:46 solar 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 ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="caps" DEPEND="caps? ( sys-libs/libcap )" |