diff options
author | 2009-12-15 19:26:06 +0000 | |
---|---|---|
committer | 2009-12-15 19:26:06 +0000 | |
commit | ca17d91bc32d4901147c4a031cad44fb50c80040 (patch) | |
tree | 7fc2050d7daaa168d471076e42189e921b2e747f /dev-perl | |
parent | Marking m2crypto-0.20.2 ppc64 for bug 292314 (diff) | |
download | gentoo-2-ca17d91bc32d4901147c4a031cad44fb50c80040.tar.gz gentoo-2-ca17d91bc32d4901147c4a031cad44fb50c80040.tar.bz2 gentoo-2-ca17d91bc32d4901147c4a031cad44fb50c80040.zip |
alpha/ia64 stable
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-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 4bbf1fb95599..e3a0e77489e3 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.56 2009/12/03 20:32:18 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.57 2009/12/15 19:26:06 armin76 Exp $ + + 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> Clone-0.31.ebuild: + alpha/ia64 stable 03 Dec 2009; Tiago Cunha <tcunha@gentoo.org> Clone-0.31.ebuild: stable sparc, bug 278409 diff --git a/dev-perl/Clone/Clone-0.31.ebuild b/dev-perl/Clone/Clone-0.31.ebuild index bb3af8e63f3e..5b37bbcfb339 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 # 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.5 2009/12/03 20:32:18 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.31.ebuild,v 1.6 2009/12/15 19:26:06 armin76 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" IUSE="" SRC_TEST="do" |