diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:30:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:56:15 +0000 |
commit | 71f7628395ae939d92bbfe46852990c3b4438ead (patch) | |
tree | c556946faa97ab58ecaadb93d5a35f6c3260dd59 /dev-perl/IO-Stty | |
parent | dev-perl/IO-String: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-71f7628395ae939d92bbfe46852990c3b4438ead.tar.gz gentoo-71f7628395ae939d92bbfe46852990c3b4438ead.tar.bz2 gentoo-71f7628395ae939d92bbfe46852990c3b4438ead.zip |
dev-perl/IO-Stty: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/IO-Stty')
-rw-r--r-- | dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild index 7e7055207dbf..58c2b8fb9070 100644 --- a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild +++ b/dev-perl/IO-Stty/IO-Stty-0.30.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=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Change and print terminal line settings" 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" RESTRICT="!test? ( test )" |