diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 19:51:20 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 20:03:48 +1200 |
commit | fc771fc73a0acd72b86b7714280716acc59f90eb (patch) | |
tree | 9ac4d2efd7b74f8276598a47b6bdfb5744bd5090 /dev-perl/Net-DBus | |
parent | xfce-base/xfce4-session: Drop x86-solaris re bug #690140 (diff) | |
download | gentoo-fc771fc73a0acd72b86b7714280716acc59f90eb.tar.gz gentoo-fc771fc73a0acd72b86b7714280716acc59f90eb.tar.bz2 gentoo-fc771fc73a0acd72b86b7714280716acc59f90eb.zip |
dev-perl/Net-DBus: Drop x86-macos,x64-solaris re bug #690140
Depends:
- dev-perl/XML-Twig
- dev-perl/libwww-perl
- dev-perl/LWP-Protocol-https
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Net-DBus')
-rw-r--r-- | dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 05305e496600..a1cc465ac888 100644 --- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild +++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild @@ -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 ~x86-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |