diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-22 18:10:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-22 18:10:22 +0000 |
commit | c3c29b0328bcb66a33aa394ce9dc19809fefb541 (patch) | |
tree | 7073f7f864359cac9fa720988929b4bdbba81fd8 /perl-core/Module-Build | |
parent | ppc64 stable wrt #333421 (diff) | |
download | gentoo-2-c3c29b0328bcb66a33aa394ce9dc19809fefb541.tar.gz gentoo-2-c3c29b0328bcb66a33aa394ce9dc19809fefb541.tar.bz2 gentoo-2-c3c29b0328bcb66a33aa394ce9dc19809fefb541.zip |
ppc64 stable wrt #333421
(Portage version: 2.2_rc99/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'perl-core/Module-Build')
-rw-r--r-- | perl-core/Module-Build/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-Build/Module-Build-0.36.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index 3cd4f420b9d1..7b24400d24ad 100644 --- a/perl-core/Module-Build/ChangeLog +++ b/perl-core/Module-Build/ChangeLog @@ -1,6 +1,10 @@ # 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.37 2010/10/18 21:36:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.38 2010/10/22 18:10:22 ssuominen Exp $ + + 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> + Module-Build-0.36.07.ebuild: + ppc64 stable wrt #333421 18 Oct 2010; Jeroen Roovers <jer@gentoo.org> Module-Build-0.36.07.ebuild: Stable for HPPA (bug #323529). 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 53e5d762d24e..63fb7111da39 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.5 2010/10/18 21:36:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.07.ebuild,v 1.6 2010/10/22 18:10:22 ssuominen 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 |