diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 20:17:08 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 20:17:08 +1200 |
commit | 71f71aaf2de931142801253773b8b3351e4fd847 (patch) | |
tree | dad50902454b13f09c9ea5ba229ee1eff697e5a0 /dev-perl/Module-Signature | |
parent | dev-libs/rasqal: Drop ppc-macos re bug #690140 (diff) | |
download | gentoo-71f71aaf2de931142801253773b8b3351e4fd847.tar.gz gentoo-71f71aaf2de931142801253773b8b3351e4fd847.tar.bz2 gentoo-71f71aaf2de931142801253773b8b3351e4fd847.zip |
dev-perl/Module-Signature: Drop x86-solaris re bug #690140
Depends:
- dev-perl/Crypt-OpenPGP
- 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/Module-Signature')
-rw-r--r-- | dev-perl/Module-Signature/Module-Signature-0.810.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Module-Signature/Module-Signature-0.810.0.ebuild b/dev-perl/Module-Signature/Module-Signature-0.810.0.ebuild index a6f819d8191c..61f93cb16d95 100644 --- a/dev-perl/Module-Signature/Module-Signature-0.810.0.ebuild +++ b/dev-perl/Module-Signature/Module-Signature-0.810.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="Module signature file manipulation" LICENSE="CC0-1.0 || ( Artistic GPL-2+ )" SLOT="0" -KEYWORDS="amd64 x86 ~x86-solaris" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" |