diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-07 13:30:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-07 13:30:49 +0000 |
commit | 5a1749454a829c6edcd9cce6af505d599cb6abe8 (patch) | |
tree | 2dc3c913787141dae78f0943d27ff34444eaf6bb /perl-core/Module-Build | |
parent | migrate to qt4-r2 eclass (diff) | |
download | gentoo-2-5a1749454a829c6edcd9cce6af505d599cb6abe8.tar.gz gentoo-2-5a1749454a829c6edcd9cce6af505d599cb6abe8.tar.bz2 gentoo-2-5a1749454a829c6edcd9cce6af505d599cb6abe8.zip |
keyword ~x86-fbsd, bug #298183
(Portage version: 2.2_rc61/cvs/Linux x86_64)
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.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 3641fa39cf6a..6cc024a86efd 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.23 2010/01/06 20:06:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.24 2010/01/07 13:30:49 aballier Exp $ + + 07 Jan 2010; Alexis Ballier <aballier@gentoo.org> + Module-Build-0.36.01.ebuild: + keyword ~x86-fbsd, bug #298183 06 Jan 2010; Brent Baude <ranger@gentoo.org> Module-Build-0.36.01.ebuild: Marking Module-Build-0.36.01 ~ppc64 for bug 298183 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 0f3f70f25529..dac36e715bc5 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.3 2010/01/06 20:06:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.01.ebuild,v 1.4 2010/01/07 13:30:49 aballier Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Build and install Perl modules" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-perl/YAML-Tiny |