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 | 57c99174f7ffbb672bd3c65d7b4d6a0f6e34604e (patch) | |
tree | 2183b5ccc4b25552c9ecaccf587ff3f6cbc42215 /dev-perl/Test-Exception | |
parent | net-im/kadu has no amarok2 use flag, so remove it from here (diff) | |
download | historical-57c99174f7ffbb672bd3c65d7b4d6a0f6e34604e.tar.gz historical-57c99174f7ffbb672bd3c65d7b4d6a0f6e34604e.tar.bz2 historical-57c99174f7ffbb672bd3c65d7b4d6a0f6e34604e.zip |
keyword ~x86-fbsd
Package-Manager: portage-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 |