diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 17:39:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 17:39:07 +0000 |
commit | 592cc59749882ab378b0120937304aca457b402a (patch) | |
tree | 1a37e78e0c9d3884246b34efd034cf9879e82067 /dev-perl/Clone | |
parent | Version bumped. (diff) | |
download | gentoo-2-592cc59749882ab378b0120937304aca457b402a.tar.gz gentoo-2-592cc59749882ab378b0120937304aca457b402a.tar.bz2 gentoo-2-592cc59749882ab378b0120937304aca457b402a.zip |
Transfer Prefix keywords
(Portage version: 2.2.00.15184-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl/Clone')
-rw-r--r-- | dev-perl/Clone/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Clone/Clone-0.31.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Clone/ChangeLog b/dev-perl/Clone/ChangeLog index e3a0e77489e3..0bcc88032807 100644 --- a/dev-perl/Clone/ChangeLog +++ b/dev-perl/Clone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Clone -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.57 2009/12/15 19:26:06 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.58 2010/01/09 17:39:07 grobian Exp $ + + 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> Clone-0.31.ebuild: + Transfer Prefix keywords 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> Clone-0.31.ebuild: alpha/ia64 stable diff --git a/dev-perl/Clone/Clone-0.31.ebuild b/dev-perl/Clone/Clone-0.31.ebuild index 5b37bbcfb339..49058ec2d2eb 100644 --- a/dev-perl/Clone/Clone-0.31.ebuild +++ b/dev-perl/Clone/Clone-0.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.6 2009/12/15 19:26:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.31.ebuild,v 1.7 2010/01/09 17:39:07 grobian 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" +KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" SRC_TEST="do" |