diff options
author | 2006-03-10 17:34:32 +0000 | |
---|---|---|
committer | 2006-03-10 17:34:32 +0000 | |
commit | 02f213418db064caee8ed57afa5e2239ded8f880 (patch) | |
tree | c96b2ea6aa7d73bbf2fad3082f90527a84590d42 /app-misc | |
parent | Bump to 0.5.3 (from 0.5.0). #120340 (diff) | |
download | gentoo-2-02f213418db064caee8ed57afa5e2239ded8f880.tar.gz gentoo-2-02f213418db064caee8ed57afa5e2239ded8f880.tar.bz2 gentoo-2-02f213418db064caee8ed57afa5e2239ded8f880.zip |
Stable on x86 (#124699)
(Portage version: 2.1_pre5-r4)
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.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index caa4c63af2e1..27c567cbe8ea 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.57 2006/03/09 22:10:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.58 2006/03/10 17:34:32 tove Exp $ + + 10 Mar 2006; Torsten Veller <tove@gentoo.org> pax-utils-0.1.10.ebuild: + Stable on x86 (#124699) 09 Mar 2006; Aron Griffis <agriffis@gentoo.org> pax-utils-0.1.10.ebuild: Mark 0.1.10 stable on ia64 diff --git a/app-misc/pax-utils/pax-utils-0.1.10.ebuild b/app-misc/pax-utils/pax-utils-0.1.10.ebuild index 9620558e7c51..fb4d7f0b1e3b 100644 --- a/app-misc/pax-utils/pax-utils-0.1.10.ebuild +++ b/app-misc/pax-utils/pax-utils-0.1.10.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.10.ebuild,v 1.6 2006/03/09 22:10:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.10.ebuild,v 1.7 2006/03/10 17:34:32 tove 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 )" |