diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:36:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:56:36 +0000 |
commit | ab83fe4d0c0f65bd864c203dddd2ff580c52d39f (patch) | |
tree | 3e1fbde0d38d21746d26f66c85e24d7562375614 /dev-perl/Net-DBus | |
parent | dev-perl/Net-CIDR-Lite: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-ab83fe4d0c0f65bd864c203dddd2ff580c52d39f.tar.gz gentoo-ab83fe4d0c0f65bd864c203dddd2ff580c52d39f.tar.bz2 gentoo-ab83fe4d0c0f65bd864c203dddd2ff580c52d39f.zip |
dev-perl/Net-DBus: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Net-DBus')
-rw-r--r-- | dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild index 03ec8847ed52..e247ee240ef1 100644 --- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild +++ b/dev-perl/Net-DBus/Net-DBus-1.1.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Perl extension for the DBus message system" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |