diff options
author | 2007-01-23 17:04:37 +0000 | |
---|---|---|
committer | 2007-01-23 17:04:37 +0000 | |
commit | db7c29b9cbd39e6a742376f031778b603031a913 (patch) | |
tree | 591999d9e9f242fff58a42f2214b00b77d2214c0 /app-misc/pax-utils | |
parent | Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups. (diff) | |
download | gentoo-2-db7c29b9cbd39e6a742376f031778b603031a913.tar.gz gentoo-2-db7c29b9cbd39e6a742376f031778b603031a913.tar.bz2 gentoo-2-db7c29b9cbd39e6a742376f031778b603031a913.zip |
Stable on ppc wrt bug 163453
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 29c1f2e313fb..9229d8cb0a90 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/pax-utils -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.80 2006/12/13 00:03:19 solar Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.81 2007/01/23 17:04:37 nixnut Exp $ + + 23 Jan 2007; nixnut <nixnut@gentoo.org> pax-utils-0.1.15.ebuild: + Stable on ppc wrt bug 163453 *pax-utils-0.1.15 (13 Dec 2006) 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 )" |