diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-12 11:07:28 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-12 11:07:28 +0000 |
commit | e4859685f9b4db9166ad6ae239395356996d1d83 (patch) | |
tree | a76d01f49b262f4826e012b2db66f6f3d8d5ccc3 /dev-perl | |
parent | Stable for x86, wrt bug #429000 (diff) | |
download | historical-e4859685f9b4db9166ad6ae239395356996d1d83.tar.gz historical-e4859685f9b4db9166ad6ae239395356996d1d83.tar.bz2 historical-e4859685f9b4db9166ad6ae239395356996d1d83.zip |
Stable for x86, wrt bug #429004
Package-Manager: portage-2.2.0_alpha127/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Path-Class/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Path-Class/Path-Class-0.260.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Path-Class/ChangeLog b/dev-perl/Path-Class/ChangeLog index ac312bc4592c..c4c527cab87d 100644 --- a/dev-perl/Path-Class/ChangeLog +++ b/dev-perl/Path-Class/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Path-Class # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.38 2012/09/12 08:29:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.39 2012/09/12 11:07:28 johu Exp $ + + 12 Sep 2012; Johannes Huber <johu@gentoo.org> Path-Class-0.260.0.ebuild: + Stable for x86, wrt bug #429004 12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> Path-Class-0.260.0.ebuild: Stable for amd64, wrt bug #429004 diff --git a/dev-perl/Path-Class/Path-Class-0.260.0.ebuild b/dev-perl/Path-Class/Path-Class-0.260.0.ebuild index 586ec245d263..1565270491d9 100644 --- a/dev-perl/Path-Class/Path-Class-0.260.0.ebuild +++ b/dev-perl/Path-Class/Path-Class-0.260.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/Path-Class-0.260.0.ebuild,v 1.4 2012/09/12 08:29:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/Path-Class-0.260.0.ebuild,v 1.5 2012/09/12 11:07:28 johu Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Cross-platform path specification manipulation" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=">=virtual/perl-File-Spec-0.87" |