diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-02 05:24:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-02 05:24:24 +0000 |
commit | cad559951ea502134b1a444c9a9aaf849beb1718 (patch) | |
tree | 379e97fd974cb0637600a5bc1eacc079a6613231 /dev-perl | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-cad559951ea502134b1a444c9a9aaf849beb1718.tar.gz gentoo-2-cad559951ea502134b1a444c9a9aaf849beb1718.tar.bz2 gentoo-2-cad559951ea502134b1a444c9a9aaf849beb1718.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/module-build/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.28.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog index f995eb374750..a1b2d3e52d96 100644 --- a/dev-perl/module-build/ChangeLog +++ b/dev-perl/module-build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/module-build # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.33 2006/05/01 16:33:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.34 2006/05/02 05:24:24 flameeyes Exp $ + + 02 May 2006; Diego Pettenò <flameeyes@gentoo.org> + module-build-0.28.ebuild: + Add ~x86-fbsd keyword. *module-build-0.28 (01 May 2006) diff --git a/dev-perl/module-build/module-build-0.28.ebuild b/dev-perl/module-build/module-build-0.28.ebuild index a69f9147220d..094da941b488 100644 --- a/dev-perl/module-build/module-build-0.28.ebuild +++ b/dev-perl/module-build/module-build-0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.ebuild,v 1.1 2006/05/01 16:33:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.ebuild,v 1.2 2006/05/02 05:24:24 flameeyes Exp $ inherit perl-module @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-perl/yaml |