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 632B7138359 for ; Thu, 23 Jul 2020 09:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A2CE0871; Thu, 23 Jul 2020 09:18:04 +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 BB82CE0870 for ; Thu, 23 Jul 2020 09:18:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2463534EDE7 for ; Thu, 23 Jul 2020 09:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4382C2EE 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: <1595495767.25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OAuth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild X-VCS-Directories: dev-perl/Net-OAuth/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc 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: ca21e1ea-f644-4538-9f02-4c3d7cd427c2 X-Archives-Hash: cf0bd28c0d32159b017a36ce61b6d12a commit: 25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc Author: Kent Fredric gentoo org> AuthorDate: Thu Jul 23 08:51:19 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jul 23 09:16:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25818e5e 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 gentoo.org> dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild | 4 ++-- 1 file 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 eec69223369..1d43fd8bd39 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 )"