diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-17 19:03:08 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-17 19:03:08 +0000 |
commit | f64fd52bc9f0db5f7e457cb4e6c9fcdfb849a444 (patch) | |
tree | ef71f7ef63bcde307525b9889e4a9cd505866a25 /perl-core | |
parent | Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #298183 (diff) | |
download | gentoo-2-f64fd52bc9f0db5f7e457cb4e6c9fcdfb849a444.tar.gz gentoo-2-f64fd52bc9f0db5f7e457cb4e6c9fcdfb849a444.tar.bz2 gentoo-2-f64fd52bc9f0db5f7e457cb4e6c9fcdfb849a444.zip |
Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #298183
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Build/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-Build/Module-Build-0.36.01.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index c6bb671d9661..92773af6c14a 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.28 2010/01/17 14:07:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.29 2010/01/17 19:03:08 armin76 Exp $ + + 17 Jan 2010; Raúl Porcel <armin76@gentoo.org> + Module-Build-0.36.01.ebuild: + Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #298183 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Module-Build-0.28.08.ebuild, -Module-Build-0.32.ebuild, diff --git a/perl-core/Module-Build/Module-Build-0.36.01.ebuild b/perl-core/Module-Build/Module-Build-0.36.01.ebuild index 2c41e70de393..6fb4c1eb2fad 100644 --- a/perl-core/Module-Build/Module-Build-0.36.01.ebuild +++ b/perl-core/Module-Build/Module-Build-0.36.01.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.01.ebuild,v 1.7 2010/01/10 15:37:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.01.ebuild,v 1.8 2010/01/17 19:03:08 armin76 Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Build and install Perl modules" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~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 ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 |