diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-02-03 11:24:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-02-03 11:24:06 +0000 |
commit | 0700f7007c4f901cad696c5f04cb321610686bcd (patch) | |
tree | db34bdb158b81d29139ecb6b288d1286f8dd5af3 /dev-perl/Test-Exception | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-0700f7007c4f901cad696c5f04cb321610686bcd.tar.gz gentoo-2-0700f7007c4f901cad696c5f04cb321610686bcd.tar.bz2 gentoo-2-0700f7007c4f901cad696c5f04cb321610686bcd.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.29.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 9fe947f83720..e6a5b13b075d 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.59 2010/01/14 14:29:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.60 2010/02/03 11:24:06 aballier Exp $ + + 03 Feb 2010; Alexis Ballier <aballier@gentoo.org> + Test-Exception-0.29.ebuild: + keyword ~x86-fbsd 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Test-Exception-0.27.ebuild, Test-Exception-0.29.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.29.ebuild b/dev-perl/Test-Exception/Test-Exception-0.29.ebuild index 7df32819068e..c24b81d75475 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.29.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.29.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/dev-perl/Test-Exception/Test-Exception-0.29.ebuild,v 1.2 2010/01/14 14:29:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.29.ebuild,v 1.3 2010/02/03 11:24:06 aballier Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="test functions for exception based code" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris" IUSE="" RDEPEND=">=virtual/perl-Test-Simple-0.64 |