diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-15 05:17:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-15 05:17:47 +0000 |
commit | 83afc0a02b66e96dbdd1af57121de708604dc361 (patch) | |
tree | 25cb4dad45e919ac51770e4674475ec8ebfb0fca /perl-core/Module-Build | |
parent | Stable on amd64 and x86 (#323529) (diff) | |
download | gentoo-2-83afc0a02b66e96dbdd1af57121de708604dc361.tar.gz gentoo-2-83afc0a02b66e96dbdd1af57121de708604dc361.tar.bz2 gentoo-2-83afc0a02b66e96dbdd1af57121de708604dc361.zip |
Stable on amd64 and x86 (#323529)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Module-Build')
-rw-r--r-- | perl-core/Module-Build/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Module-Build/Module-Build-0.36.07.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index 53a6560a7117..0472ec671dae 100644 --- a/perl-core/Module-Build/ChangeLog +++ b/perl-core/Module-Build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Module-Build # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.33 2010/04/07 08:34:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.34 2010/06/15 05:17:47 tove Exp $ + + 15 Jun 2010; Torsten Veller <tove@gentoo.org> Module-Build-0.36.07.ebuild: + Stable on amd64 and x86 (#323529) *Module-Build-0.36.07 (07 Apr 2010) diff --git a/perl-core/Module-Build/Module-Build-0.36.07.ebuild b/perl-core/Module-Build/Module-Build-0.36.07.ebuild index 2bf0439b0f6b..ad9115e0cd1f 100644 --- a/perl-core/Module-Build/Module-Build-0.36.07.ebuild +++ b/perl-core/Module-Build/Module-Build-0.36.07.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/perl-core/Module-Build/Module-Build-0.36.07.ebuild,v 1.1 2010/04/07 08:34:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.07.ebuild,v 1.2 2010/06/15 05:17:47 tove Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Build and install Perl modules" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-perl/YAML-Tiny |