diff options
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="" |