diff options
author | 2017-11-07 22:43:27 +0000 | |
---|---|---|
committer | 2017-11-07 22:44:18 +0000 | |
commit | 9032cb0a48a1ff9d76c50feeb3efc123f12f24e0 (patch) | |
tree | bb965a2a260c56016ebc2a4b2480517e9f23638d /dev-perl/Expect | |
parent | dev-perl/Expect: keyworded 1.320.0-r1 for ia64, bug #636702 (diff) | |
download | gentoo-9032cb0a48a1ff9d76c50feeb3efc123f12f24e0.tar.gz gentoo-9032cb0a48a1ff9d76c50feeb3efc123f12f24e0.tar.bz2 gentoo-9032cb0a48a1ff9d76c50feeb3efc123f12f24e0.zip |
dev-perl/Expect: keyworded 1.330.0 for ia64, bug #636702
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-perl/Expect')
-rw-r--r-- | dev-perl/Expect/Expect-1.330.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Expect/Expect-1.330.0.ebuild b/dev-perl/Expect/Expect-1.330.0.ebuild index 033ff0032bd6..78d1ca443f37 100644 --- a/dev-perl/Expect/Expect-1.330.0.ebuild +++ b/dev-perl/Expect/Expect-1.330.0.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=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Expect for Perl" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test minimal" S="${WORKDIR}/expect.pm-${DIST_P}" # ugh, github |