diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:24:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:24:25 +0000 |
commit | 6233f49fec5aca47030bf5f00e20f72f58bc978c (patch) | |
tree | 084f5b30f2310570dab67833e08001a01dd544bd /perl-core | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-6233f49fec5aca47030bf5f00e20f72f58bc978c.tar.gz gentoo-2-6233f49fec5aca47030bf5f00e20f72f58bc978c.tar.bz2 gentoo-2-6233f49fec5aca47030bf5f00e20f72f58bc978c.zip |
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/ExtUtils-MakeMaker/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/ExtUtils-MakeMaker/ChangeLog b/perl-core/ExtUtils-MakeMaker/ChangeLog index 16eaf402c400..4e2185e2dfbf 100644 --- a/perl-core/ExtUtils-MakeMaker/ChangeLog +++ b/perl-core/ExtUtils-MakeMaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-MakeMaker # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.28 2012/02/04 16:42:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.29 2012/02/14 11:24:25 aballier Exp $ + + 14 Feb 2012; Alexis Ballier <aballier@gentoo.org> + ExtUtils-MakeMaker-6.620.0.ebuild: + keyword ~x86-fbsd 04 Feb 2012; Raúl Porcel <armin76@gentoo.org> ExtUtils-MakeMaker-6.56-r1.ebuild, ExtUtils-MakeMaker-6.580.0.ebuild, diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0.ebuild index 8eec26be7262..a5f9435ea624 100644 --- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0.ebuild +++ b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0.ebuild,v 1.2 2012/02/04 16:42:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0.ebuild,v 1.3 2012/02/14 11:24:25 aballier Exp $ EAPI=4 MODULE_AUTHOR=MSCHWERN @@ -10,7 +10,7 @@ inherit eutils perl-module DESCRIPTION="Create a module Makefile" HOMEPAGE="http://makemaker.org ${HOMEPAGE}" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=" |