diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-12-07 04:08:25 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-12-07 04:08:25 +0000 |
commit | b4e18d12bc1d47ee162a973fabe91d08240d704c (patch) | |
tree | dba3bbe2ba8d91878b63dec7c18f0fef122ee72c | |
parent | Added ~mips, bug 298183. (diff) | |
download | gentoo-2-b4e18d12bc1d47ee162a973fabe91d08240d704c.tar.gz gentoo-2-b4e18d12bc1d47ee162a973fabe91d08240d704c.tar.bz2 gentoo-2-b4e18d12bc1d47ee162a973fabe91d08240d704c.zip |
Added ~mips, bug 298183.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
-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 7b24400d24ad..c8659444342e 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.38 2010/10/22 18:10:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.39 2010/12/07 04:08:25 mattst88 Exp $ + + 07 Dec 2010; Matt Turner <mattst88@gentoo.org> + Module-Build-0.36.07.ebuild: + Added ~mips, bug 298183. 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> Module-Build-0.36.07.ebuild: 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 63fb7111da39..11623c9151ee 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.6 2010/10/22 18:10:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.07.ebuild,v 1.7 2010/12/07 04:08:25 mattst88 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 ~mips 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 |