commit: cc3b5838dc883d29826d778b75db632e2522aaa2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Thu Jul 23 08:47:47 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Thu Jul 23 09:16:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3b5838
dev-perl/WWW-Mechanize: Drop macos and solaris prefixes 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 <AT> gentoo.org> dev-perl/WWW-Mechanize/WWW-Mechanize-1.870.0.ebuild | 4 ++-- dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.870.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.870.0.ebuild index 984e477b2ea..78b47043fb2 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.870.0.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.870.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Handy web browsing in a Perl object" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild index e1e41914d5a..43eadb0d03d 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Handy web browsing in a Perl object" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"
