diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-06-21 20:34:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-06-21 20:34:59 +0000 |
commit | d88541f952a77c08e88975457a17af28dbc44c34 (patch) | |
tree | d2ebe84b9d6e28ae4d639329a3768c899f2fb887 /perl-core/Module-Build | |
parent | amd64 stable, bug #322665 (diff) | |
download | gentoo-2-d88541f952a77c08e88975457a17af28dbc44c34.tar.gz gentoo-2-d88541f952a77c08e88975457a17af28dbc44c34.tar.bz2 gentoo-2-d88541f952a77c08e88975457a17af28dbc44c34.zip |
alpha/arm/ia64/s390/sh/sparc stable wrt #323529
(Portage version: 2.1.8.3/cvs/Linux ia64)
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 0472ec671dae..7279bb3b8514 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.34 2010/06/15 05:17:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.35 2010/06/21 20:34:59 armin76 Exp $ + + 21 Jun 2010; Raúl Porcel <armin76@gentoo.org> + Module-Build-0.36.07.ebuild: + alpha/arm/ia64/s390/sh/sparc stable wrt #323529 15 Jun 2010; Torsten Veller <tove@gentoo.org> Module-Build-0.36.07.ebuild: Stable on amd64 and x86 (#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 ad9115e0cd1f..7c89f21ce4d3 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.2 2010/06/15 05:17:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.07.ebuild,v 1.3 2010/06/21 20:34:59 armin76 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 |