diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 14:09:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 14:09:57 +0000 |
commit | a72e0d5cd6c36e635c860e55c5060a35bdd8cfa2 (patch) | |
tree | 5fc804dc0869215c3177ee147ded7d312a36f779 /dev-perl/Path-Class | |
parent | Stable for amd64, wrt bug #463056 (diff) | |
download | gentoo-2-a72e0d5cd6c36e635c860e55c5060a35bdd8cfa2.tar.gz gentoo-2-a72e0d5cd6c36e635c860e55c5060a35bdd8cfa2.tar.bz2 gentoo-2-a72e0d5cd6c36e635c860e55c5060a35bdd8cfa2.zip |
Stable for amd64, wrt bug #463058
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/Path-Class')
-rw-r--r-- | dev-perl/Path-Class/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Path-Class/Path-Class-0.310.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 569fd0b7ef5c..51be0fa93359 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.45 2013/02/08 19:01:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.46 2013/05/15 14:09:57 ago Exp $ + + 15 May 2013; Agostino Sarubbo <ago@gentoo.org> Path-Class-0.310.0.ebuild: + Stable for amd64, wrt bug #463058 *Path-Class-0.310.0 (08 Feb 2013) diff --git a/dev-perl/Path-Class/Path-Class-0.310.0.ebuild b/dev-perl/Path-Class/Path-Class-0.310.0.ebuild index 4c645a7809ca..376b57d3535f 100644 --- a/dev-perl/Path-Class/Path-Class-0.310.0.ebuild +++ b/dev-perl/Path-Class/Path-Class-0.310.0.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/dev-perl/Path-Class/Path-Class-0.310.0.ebuild,v 1.1 2013/02/08 19:01:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/Path-Class-0.310.0.ebuild,v 1.2 2013/05/15 14:09:57 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Cross-platform path specification manipulation" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |