diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:09:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:09:16 +0000 |
commit | 08c106f13085456ee039b9d2d686c406de7952b4 (patch) | |
tree | 29f4c2f7b4fba7532100c7a93ecf65f72ff7da48 /dev-perl/Module-Runtime | |
parent | remove virtual/modutils from system by Yuta SATOH, bug #402389 (diff) | |
download | gentoo-2-08c106f13085456ee039b9d2d686c406de7952b4.tar.gz gentoo-2-08c106f13085456ee039b9d2d686c406de7952b4.tar.bz2 gentoo-2-08c106f13085456ee039b9d2d686c406de7952b4.zip |
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Module-Runtime')
-rw-r--r-- | dev-perl/Module-Runtime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Module-Runtime/ChangeLog b/dev-perl/Module-Runtime/ChangeLog index 7a125caf710d..1ee033045630 100644 --- a/dev-perl/Module-Runtime/ChangeLog +++ b/dev-perl/Module-Runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Module-Runtime # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.5 2012/02/13 14:19:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.6 2012/02/14 11:09:16 aballier Exp $ + + 14 Feb 2012; Alexis Ballier <aballier@gentoo.org> + Module-Runtime-0.12.0.ebuild: + keyword ~x86-fbsd *Module-Runtime-0.12.0 (13 Feb 2012) diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild b/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild index ae96d4088f31..6aaa4ee33048 100644 --- a/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild +++ b/dev-perl/Module-Runtime/Module-Runtime-0.12.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/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild,v 1.1 2012/02/13 14:19:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild,v 1.2 2012/02/14 11:09:16 aballier Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Runtime module handling" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="" |