diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-12-23 09:23:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-12-23 09:23:04 +0000 |
commit | 7247fb1134a74ab474cd29fcaae357d87972d9ff (patch) | |
tree | de4503b574d1ae1e24ab206ced45b4c88a0de582 /app-misc | |
parent | Stabilize for all #488682. (diff) | |
download | gentoo-2-7247fb1134a74ab474cd29fcaae357d87972d9ff.tar.gz gentoo-2-7247fb1134a74ab474cd29fcaae357d87972d9ff.tar.bz2 gentoo-2-7247fb1134a74ab474cd29fcaae357d87972d9ff.zip |
Stabilize for all #487676.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 3eb11866d43e..279a0f037426 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.151 2013/12/07 09:54:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.152 2013/12/23 09:23:04 vapier Exp $ + + 23 Dec 2013; Mike Frysinger <vapier@gentoo.org> pax-utils-0.7.ebuild: + Stabilize for all #487676. 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> pax-utils-0.7.ebuild: x86 stable, bug #487676 diff --git a/app-misc/pax-utils/pax-utils-0.7.ebuild b/app-misc/pax-utils/pax-utils-0.7.ebuild index cd23b33dc993..33867bd4a353 100644 --- a/app-misc/pax-utils/pax-utils-0.7.ebuild +++ b/app-misc/pax-utils/pax-utils-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.7.ebuild,v 1.7 2013/12/07 09:54:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.7.ebuild,v 1.8 2013/12/23 09:23:04 vapier Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="caps python" #RESTRICT="mirror" |