diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:12:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:55:03 +0000 |
commit | 570b5b9c9feba45fb3dddfb5f1cff01f8cd35ad6 (patch) | |
tree | f7951f6c0017b4599bccf9501f4b4927616b1cd3 /dev-perl/Alien-Libxml2 | |
parent | dev-perl/Alien-Build: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-570b5b9c9feba45fb3dddfb5f1cff01f8cd35ad6.tar.gz gentoo-570b5b9c9feba45fb3dddfb5f1cff01f8cd35ad6.tar.bz2 gentoo-570b5b9c9feba45fb3dddfb5f1cff01f8cd35ad6.zip |
dev-perl/Alien-Libxml2: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-Libxml2')
-rw-r--r-- | dev-perl/Alien-Libxml2/Alien-Libxml2-0.160.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.160.0.ebuild b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.160.0.ebuild index 4ba8b8f17513..e3d40b9fddf4 100644 --- a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.160.0.ebuild +++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.160.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Install the C libxml2 library on your system" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |