diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-16 20:31:06 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-18 15:00:47 +1200 |
commit | 63483eebe66835350b1daa7ba0797515ae88ed50 (patch) | |
tree | 4ac01fca08f59687bebe65124b933a156f930677 /dev-perl/Test-Base | |
parent | dev-perl/Net-DNS-Resolver-Programmable: rm unused s390 stable bits (diff) | |
download | gentoo-63483eebe66835350b1daa7ba0797515ae88ed50.tar.gz gentoo-63483eebe66835350b1daa7ba0797515ae88ed50.tar.bz2 gentoo-63483eebe66835350b1daa7ba0797515ae88ed50.zip |
dev-perl/Test-Base: remove unneeded stable on exp arches
Keywording note:
~mips ~s390 ~sh ~x86-fbsd still broken via Text-Diff
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/Test-Base')
-rw-r--r-- | dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild b/dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild index d67a0cbeb5e6..58d958468b23 100644 --- a/dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild +++ b/dev-perl/Test-Base/Test-Base-0.600.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A Data Driven Testing Framework" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=virtual/perl-Test-Simple-0.62 |