diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 05:40:42 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 05:40:42 +0000 |
commit | 5588c8903b7dc7d71d2c280d258cc89e6dbf0f80 (patch) | |
tree | 2b147b3e3e80cf9ae4ce8b3254a087978add4773 /dev-perl/Probe-Perl | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-5588c8903b7dc7d71d2c280d258cc89e6dbf0f80.tar.gz gentoo-2-5588c8903b7dc7d71d2c280d258cc89e6dbf0f80.tar.bz2 gentoo-2-5588c8903b7dc7d71d2c280d258cc89e6dbf0f80.zip |
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Probe-Perl')
-rw-r--r-- | dev-perl/Probe-Perl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Probe-Perl/ChangeLog b/dev-perl/Probe-Perl/ChangeLog index b57fe052ea56..fc84c362a339 100644 --- a/dev-perl/Probe-Perl/ChangeLog +++ b/dev-perl/Probe-Perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Probe-Perl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.9 2010/05/09 17:23:31 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.10 2011/07/07 05:40:42 aballier Exp $ + + 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> Probe-Perl-0.01.ebuild: + keyword ~x86-fbsd 09 May 2010; Raúl Porcel <armin76@gentoo.org> Probe-Perl-0.01.ebuild: alpha/arm/ia64/s390/sh/sparc stable diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild b/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild index daf55cc3fdd7..cc1fd3f696f0 100644 --- a/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild +++ b/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.9 2010/05/09 17:23:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.10 2011/07/07 05:40:42 aballier Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Information about the currently running perl" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="" |