diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 23:05:27 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 23:05:27 +0000 |
commit | cb3f54615c2ad1a44eecd61358427034386f9dc8 (patch) | |
tree | 19486909cdf6ebdbd3dbdb1653caea371b72dde2 /dev-perl/Test-Fatal | |
parent | Restrict gawk4, bug 374315 (diff) | |
download | historical-cb3f54615c2ad1a44eecd61358427034386f9dc8.tar.gz historical-cb3f54615c2ad1a44eecd61358427034386f9dc8.tar.bz2 historical-cb3f54615c2ad1a44eecd61358427034386f9dc8.zip |
keyword ~x86-fbsd, bug #346449
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-Fatal')
-rw-r--r-- | dev-perl/Test-Fatal/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Fatal/ChangeLog b/dev-perl/Test-Fatal/ChangeLog index 167e7522f48e..338ea0f66689 100644 --- a/dev-perl/Test-Fatal/ChangeLog +++ b/dev-perl/Test-Fatal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Fatal # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.12 2011/06/14 17:25:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.13 2011/07/07 23:04:24 aballier Exp $ + + 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> Test-Fatal-0.6.0.ebuild: + keyword ~x86-fbsd, bug #346449 14 Jun 2011; Fabian Groffen <grobian@gentoo.org> Test-Fatal-0.6.0.ebuild: Marked ~x86-solaris (#369997) and ~ppc-macos diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild b/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild index c981c507e3cc..0d514905e865 100644 --- a/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild +++ b/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild,v 1.2 2011/06/14 17:25:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/Test-Fatal-0.6.0.ebuild,v 1.3 2011/07/07 23:04:24 aballier Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Incredibly simple helpers for testing code with exceptions" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/Try-Tiny-0.70.0" |