diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 20:51:19 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 21:16:07 +1200 |
commit | 25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc (patch) | |
tree | 47f9afe1a41a849c3346bd4746db148e5feee161 /dev-perl | |
parent | dev-perl/WWW-Mechanize: Drop macos and solaris prefixes re bug #690140 (diff) | |
download | gentoo-25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc.tar.gz gentoo-25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc.tar.bz2 gentoo-25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc.zip |
dev-perl/Net-OAuth: Drop x64-macos re bug #690140
Depends:
- 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')
-rw-r--r-- | dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild b/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild index eec692233693..1d43fd8bd399 100644 --- a/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild +++ b/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.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=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="OAuth protocol support" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |