From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54B70138359 for ; Thu, 23 Jul 2020 09:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A9A8E0887; Thu, 23 Jul 2020 09:18:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 319A2E0887 for ; Thu, 23 Jul 2020 09:18:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01ED434F030 for ; Thu, 23 Jul 2020 09:18:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A6B42F0 for ; Thu, 23 Jul 2020 09:18:00 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1595495775.2e822f512bce886c0c02a8d36d92095fd7b7ccd6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Install/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Install/Module-Install-1.180.0.ebuild X-VCS-Directories: dev-perl/Module-Install/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2e822f512bce886c0c02a8d36d92095fd7b7ccd6 X-VCS-Branch: master Date: Thu, 23 Jul 2020 09:18:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a46a7dc0-4d16-4b14-9138-7f79cc140d20 X-Archives-Hash: 4121e00a020e63c23519bc0bf38fd9ec commit: 2e822f512bce886c0c02a8d36d92095fd7b7ccd6 Author: Kent Fredric gentoo org> AuthorDate: Thu Jul 23 09:04:47 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jul 23 09:16:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e822f51 dev-perl/Module-Install: Drop macos 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 gentoo.org> dev-perl/Module-Install/Module-Install-1.180.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild b/dev-perl/Module-Install/Module-Install-1.180.0.ebuild index a433ed0883f..a7767fa4a60 100644 --- a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild +++ b/dev-perl/Module-Install/Module-Install-1.180.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="Standalone, extensible Perl module installer" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux" IUSE="test" RESTRICT="!test? ( test )"