diff options
author | 2006-02-06 15:39:18 +0000 | |
---|---|---|
committer | 2006-02-06 15:39:18 +0000 | |
commit | 4e1ac34085745d7602d396112cce4cf281d9900b (patch) | |
tree | 8f4184845cb6433b97d037ed7330ea6f1938f972 /app-misc | |
parent | Housekeeping (diff) | |
download | gentoo-2-4e1ac34085745d7602d396112cce4cf281d9900b.tar.gz gentoo-2-4e1ac34085745d7602d396112cce4cf281d9900b.tar.bz2 gentoo-2-4e1ac34085745d7602d396112cce4cf281d9900b.zip |
Stable on ppc. bug 121777
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index d99f145c6d85..218bcc60915b 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.46 2006/02/06 13:46:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.47 2006/02/06 15:39:18 nixnut Exp $ + + 06 Feb 2006; <nixnut@gentoo.org> pax-utils-0.1.9.ebuild: + Stable on ppc. bug 121777 06 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> pax-utils-0.1.9.ebuild: diff --git a/app-misc/pax-utils/pax-utils-0.1.9.ebuild b/app-misc/pax-utils/pax-utils-0.1.9.ebuild index 00202c044416..b0f6ebfdbf3f 100644 --- a/app-misc/pax-utils/pax-utils-0.1.9.ebuild +++ b/app-misc/pax-utils/pax-utils-0.1.9.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.9.ebuild,v 1.3 2006/02/06 13:46:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.9.ebuild,v 1.4 2006/02/06 15:39:18 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 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ppc64 ~s390 ~sh sparc ~x86" IUSE="caps" DEPEND="caps? ( sys-libs/libcap )" |