diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:20:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:55:43 +0000 |
commit | d4d19ed432b4da5ad0546a883e8a789a3802a863 (patch) | |
tree | 3b840b333665c09a0165347803ad182627a31f65 /dev-perl/Expect | |
parent | dev-perl/Error: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-d4d19ed432b4da5ad0546a883e8a789a3802a863.tar.gz gentoo-d4d19ed432b4da5ad0546a883e8a789a3802a863.tar.bz2 gentoo-d4d19ed432b4da5ad0546a883e8a789a3802a863.zip |
dev-perl/Expect: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Expect')
-rw-r--r-- | dev-perl/Expect/Expect-1.350.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Expect/Expect-1.350.0.ebuild b/dev-perl/Expect/Expect-1.350.0.ebuild index b062bda4bad6..50f4052060bc 100644 --- a/dev-perl/Expect/Expect-1.350.0.ebuild +++ b/dev-perl/Expect/Expect-1.350.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # 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="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test minimal" RESTRICT="!test? ( test )" |