diff options
author | 2016-08-16 20:50:01 +1200 | |
---|---|---|
committer | 2016-08-18 15:00:49 +1200 | |
commit | 34b7768ef242a44214233e73e86619b0b26916a1 (patch) | |
tree | 722e884c6fdc009728fe4980fe504e93f40f67a4 | |
parent | dev-perl/Test-Output: Remove unneeded stable bits on exp arches (diff) | |
download | gentoo-34b7768ef242a44214233e73e86619b0b26916a1.tar.gz gentoo-34b7768ef242a44214233e73e86619b0b26916a1.tar.bz2 gentoo-34b7768ef242a44214233e73e86619b0b26916a1.zip |
dev-perl/Capture-Tiny: Remove unused stable bits on exp arches
Keyworing note:
mips is still broken due to perl itself and the virtuals.
Package-Manager: portage-2.3.0
-rw-r--r-- | dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild index d7397e09d8b5..3773912630ad 100644 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="test" RDEPEND=" |