diff options
author | 2021-04-05 19:12:19 +0000 | |
---|---|---|
committer | 2021-04-05 21:55:02 +0000 | |
commit | 9c1f8846b7341b96cc63e23c2d7ae9c3f544567e (patch) | |
tree | 52c6a2b96213230ec860075922081ccc3b117bd7 /dev-perl/Alien-Build | |
parent | dev-perl/Algorithm-Diff: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-9c1f8846b7341b96cc63e23c2d7ae9c3f544567e.tar.gz gentoo-9c1f8846b7341b96cc63e23c2d7ae9c3f544567e.tar.bz2 gentoo-9c1f8846b7341b96cc63e23c2d7ae9c3f544567e.zip |
dev-perl/Alien-Build: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-Build')
-rw-r--r-- | dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild b/dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild index a2366a9ccc59..dc86d901e685 100644 --- a/dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild +++ b/dev-perl/Alien-Build/Alien-Build-2.230.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=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Build external dependencies for use in CPAN" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="test zip" RESTRICT="!test? ( test )" |