diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 19:27:29 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 19:27:29 +0000 |
commit | 850bd3bc3ab9bce9aaf98d7245a6bacac5d06edd (patch) | |
tree | 3735265167cd27c50226d2dfa90f458d5c5a95f6 /dev-perl/Clone | |
parent | ppc stable #323529 (diff) | |
download | historical-850bd3bc3ab9bce9aaf98d7245a6bacac5d06edd.tar.gz historical-850bd3bc3ab9bce9aaf98d7245a6bacac5d06edd.tar.bz2 historical-850bd3bc3ab9bce9aaf98d7245a6bacac5d06edd.zip |
ppc stable #323529
Package-Manager: portage-2.1.8.3/cvs/Linux ppc
RepoMan-Options: --force
Diffstat (limited to 'dev-perl/Clone')
-rw-r--r-- | dev-perl/Clone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Clone/Clone-0.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Clone/ChangeLog b/dev-perl/Clone/ChangeLog index 1931e86c6530..e4eee459d698 100644 --- a/dev-perl/Clone/ChangeLog +++ b/dev-perl/Clone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Clone # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.59 2010/03/23 18:29:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.60 2010/06/27 19:01:08 nixnut Exp $ + + 27 Jun 2010; <nixnut@gentoo.org> Clone-0.31.ebuild: + ppc stable #323529 23 Mar 2010; Fabian Groffen <grobian@gentoo.org> Clone-0.31.ebuild: Marked ~x64-macos diff --git a/dev-perl/Clone/Clone-0.31.ebuild b/dev-perl/Clone/Clone-0.31.ebuild index 70ed9bd0c605..b3a01c2e00ef 100644 --- a/dev-perl/Clone/Clone-0.31.ebuild +++ b/dev-perl/Clone/Clone-0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.31.ebuild,v 1.8 2010/03/23 18:29:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.31.ebuild,v 1.9 2010/06/27 19:01:08 nixnut Exp $ MODULE_AUTHOR=RDF inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Recursively copy Perl datatypes" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="" SRC_TEST="do" |