diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-02 00:21:14 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-02 08:33:09 +0100 |
commit | b686d10a57094c3ee17014517a169341e95d937b (patch) | |
tree | 293bfc26e4ea93919fbeff4c1265607f1c93ae5c /dev-perl/IO-CaptureOutput | |
parent | dev-perl/File-Share: stable 0.250.0 for ia64, bug #667266 (diff) | |
download | gentoo-b686d10a57094c3ee17014517a169341e95d937b.tar.gz gentoo-b686d10a57094c3ee17014517a169341e95d937b.tar.bz2 gentoo-b686d10a57094c3ee17014517a169341e95d937b.zip |
dev-perl/IO-CaptureOutput: stable 1.110.400-r1 for ia64, bug #667266
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-perl/IO-CaptureOutput')
-rw-r--r-- | dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild index 7a3acd49f172..14531f4b3a08 100644 --- a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild +++ b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-linux" IUSE="test" RDEPEND=" |