diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-15 20:40:09 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-15 20:40:09 +0000 |
commit | 9c4b0b3fcc0cc4f09f6a8632b98af06cd5f19217 (patch) | |
tree | c9f01765b5c953b899cc844bf80942e9fa024ebf /dev-perl/Clone | |
parent | Stable on amd64 (diff) | |
download | historical-9c4b0b3fcc0cc4f09f6a8632b98af06cd5f19217.tar.gz historical-9c4b0b3fcc0cc4f09f6a8632b98af06cd5f19217.tar.bz2 historical-9c4b0b3fcc0cc4f09f6a8632b98af06cd5f19217.zip |
Stable on ppc64
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-perl/Clone')
-rw-r--r-- | dev-perl/Clone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Clone/Clone-0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Clone/ChangeLog b/dev-perl/Clone/ChangeLog index cb8471319f93..f8ac3af28e43 100644 --- a/dev-perl/Clone/ChangeLog +++ b/dev-perl/Clone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Clone # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.35 2007/03/05 11:26:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.36 2007/04/15 20:34:36 corsair Exp $ + + 15 Apr 2007; Markus Rothe <corsair@gentoo.org> Clone-0.22.ebuild: + Stable on ppc64 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Clone-0.22.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Clone/Clone-0.22.ebuild b/dev-perl/Clone/Clone-0.22.ebuild index 84a6b0cce7a6..3e3135967e75 100644 --- a/dev-perl/Clone/Clone-0.22.ebuild +++ b/dev-perl/Clone/Clone-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.22.ebuild,v 1.6 2007/03/05 11:26:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.22.ebuild,v 1.7 2007/04/15 20:34:36 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |