diff options
author | Ned Ludd <solar@gentoo.org> | 2008-03-09 15:38:05 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-03-09 15:38:05 +0000 |
commit | 71a3e5b1b7f5369c6cd33c8ff43308352e397b50 (patch) | |
tree | b586d9310625463ec155fbc082212a31a4b0a7db /app-misc | |
parent | Remove GNOME 2.18 (diff) | |
download | gentoo-2-71a3e5b1b7f5369c6cd33c8ff43308352e397b50.tar.gz gentoo-2-71a3e5b1b7f5369c6cd33c8ff43308352e397b50.tar.bz2 gentoo-2-71a3e5b1b7f5369c6cd33c8ff43308352e397b50.zip |
- stable on amd64
(Portage version: 2.1.4.4)
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.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 55a61e71a196..369e149c9aeb 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.95 2008/03/09 14:56:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.96 2008/03/09 15:38:05 solar Exp $ + + 09 Mar 2008; <solar@gentoo.org> pax-utils-0.1.17.ebuild: + - stable on amd64 09 Mar 2008; nixnut <nixnut@gentoo.org> pax-utils-0.1.17.ebuild: Stable on ppc wrt bug 212499 diff --git a/app-misc/pax-utils/pax-utils-0.1.17.ebuild b/app-misc/pax-utils/pax-utils-0.1.17.ebuild index c4ab4e38c454..da1740bc4c0d 100644 --- a/app-misc/pax-utils/pax-utils-0.1.17.ebuild +++ b/app-misc/pax-utils/pax-utils-0.1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.17.ebuild,v 1.3 2008/03/09 14:56:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.17.ebuild,v 1.4 2008/03/09 15:38:05 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 ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="caps" #RESTRICT="mirror" |