diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-22 13:22:57 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-22 13:22:57 +0000 |
commit | 804c842ff7d5e4a92625f4daac4283a935818915 (patch) | |
tree | 61c8d2d315595072dc546c4ed59be4b519d2f57a /dev-perl/Test-Warn | |
parent | keyword ~ppc64, bug #384677 (diff) | |
download | gentoo-2-804c842ff7d5e4a92625f4daac4283a935818915.tar.gz gentoo-2-804c842ff7d5e4a92625f4daac4283a935818915.tar.bz2 gentoo-2-804c842ff7d5e4a92625f4daac4283a935818915.zip |
keyword ~ppc64, bug #384677
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Warn')
-rw-r--r-- | dev-perl/Test-Warn/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Warn/Test-Warn-0.240.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Warn/ChangeLog b/dev-perl/Test-Warn/ChangeLog index bd68397a09cd..3df4be438fc2 100644 --- a/dev-perl/Test-Warn/ChangeLog +++ b/dev-perl/Test-Warn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Warn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.45 2012/08/08 01:32:52 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.46 2012/09/22 13:22:57 blueness Exp $ + + 22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> + Test-Warn-0.240.0.ebuild: + keyword ~ppc64, bug #384677 08 Aug 2012; Naohiro Aota <naota@gentoo.org> Test-Warn-0.240.0.ebuild: Add ~x86-fbsd wrt bug #428248 diff --git a/dev-perl/Test-Warn/Test-Warn-0.240.0.ebuild b/dev-perl/Test-Warn/Test-Warn-0.240.0.ebuild index bf5e6028e3a2..e5afd0800373 100644 --- a/dev-perl/Test-Warn/Test-Warn-0.240.0.ebuild +++ b/dev-perl/Test-Warn/Test-Warn-0.240.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.240.0.ebuild,v 1.3 2012/08/08 01:32:52 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.240.0.ebuild,v 1.4 2012/09/22 13:22:57 blueness Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension to test methods for warnings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/Sub-Uplevel-0.12 |