diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-10-09 15:11:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-10-09 15:11:38 +0000 |
commit | 347d0fd9b45a8927be7f2d75c17383b6ae3ca31c (patch) | |
tree | e8e7686888a7b31e58f88986fd9d0b0780fe531c /app-misc | |
parent | Stable on amd64 wrt bug #386293 (diff) | |
download | gentoo-2-347d0fd9b45a8927be7f2d75c17383b6ae3ca31c.tar.gz gentoo-2-347d0fd9b45a8927be7f2d75c17383b6ae3ca31c.tar.bz2 gentoo-2-347d0fd9b45a8927be7f2d75c17383b6ae3ca31c.zip |
Stable on amd64 wrt bug #381625
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 6213aa50acc5..7eda0778df9f 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.124 2011/10/08 16:14:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.125 2011/10/09 15:11:38 hwoarang Exp $ + + 09 Oct 2011; Markos Chandras <hwoarang@gentoo.org> pax-utils-0.2.3.ebuild: + Stable on amd64 wrt bug #381625 08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pax-utils-0.2.3.ebuild: x86 stable wrt bug #381625 diff --git a/app-misc/pax-utils/pax-utils-0.2.3.ebuild b/app-misc/pax-utils/pax-utils-0.2.3.ebuild index 1bcbbdcdc922..871716892885 100644 --- a/app-misc/pax-utils/pax-utils-0.2.3.ebuild +++ b/app-misc/pax-utils/pax-utils-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.2.3.ebuild,v 1.2 2011/10/08 16:14:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.2.3.ebuild,v 1.3 2011/10/09 15:11:38 hwoarang Exp $ inherit flag-o-matic toolchain-funcs eutils @@ -12,7 +12,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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="caps" #RESTRICT="mirror" |