diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-25 17:35:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-25 17:35:55 +0000 |
commit | a78ac5bd431e516a40d8209714e614ecd0c6bf04 (patch) | |
tree | d89c4fc2964d6741c28a0751a604a9407995899c /perl-core | |
parent | arm/ia64/s390/sh/sparc stable wrt #266664 (diff) | |
download | gentoo-2-a78ac5bd431e516a40d8209714e614ecd0c6bf04.tar.gz gentoo-2-a78ac5bd431e516a40d8209714e614ecd0c6bf04.tar.bz2 gentoo-2-a78ac5bd431e516a40d8209714e614ecd0c6bf04.zip |
ia64 stable wrt #266103
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Pluggable/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index b9359502b7d9..9ee4e83318a6 100644 --- a/perl-core/Module-Pluggable/ChangeLog +++ b/perl-core/Module-Pluggable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Module-Pluggable # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.7 2009/04/19 17:17:01 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.8 2009/04/25 17:35:55 armin76 Exp $ + + 25 Apr 2009; Raúl Porcel <armin76@gentoo.org> + Module-Pluggable-3.9.ebuild: + ia64 stable wrt #266103 19 Apr 2009; Tiago Cunha <tcunha@gentoo.org> Module-Pluggable-3.9.ebuild: stable sparc, bug 266103 diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild index 90070b417189..d1bb4fe0795b 100644 --- a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild +++ b/perl-core/Module-Pluggable/Module-Pluggable-3.9.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/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.6 2009/04/19 17:17:01 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.7 2009/04/25 17:35:55 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="automatically give your module the ability to have plugins" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND="virtual/perl-File-Spec" |