diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-15 13:46:34 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-15 13:59:52 +0100 |
commit | 35fa482dbe5ec3f35f903ab5dc5db3681b27cef0 (patch) | |
tree | 05a4bff636ce87e41379f89155a2c48838dbc2fd /dev-perl/IO-CaptureOutput | |
parent | dev-perl/Module-Compile: add ~arm ~ppc keyword (bug 598464). (diff) | |
download | gentoo-35fa482dbe5ec3f35f903ab5dc5db3681b27cef0.tar.gz gentoo-35fa482dbe5ec3f35f903ab5dc5db3681b27cef0.tar.bz2 gentoo-35fa482dbe5ec3f35f903ab5dc5db3681b27cef0.zip |
dev-perl/IO-CaptureOutput: add ~arm keyword (bug 598464).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/IO-CaptureOutput')
-rw-r--r-- | dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild index 1033187d935b..04e4ece8b2c1 100644 --- a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild +++ b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 x86 ~x86-linux" IUSE="test" RDEPEND=" |