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 0FF301382C5 for ; Sat, 28 Nov 2020 15:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB6DE0802; Sat, 28 Nov 2020 15:36:36 +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 3847FE0802 for ; Sat, 28 Nov 2020 15:36:36 +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 D35C034146C for ; Sat, 28 Nov 2020 15:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5750246F for ; Sat, 28 Nov 2020 15:36:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606577398.c425eaa2b11edb52069dbfef05c99ba70a86e5de.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/soupsieve/soupsieve-2.0.1.ebuild X-VCS-Directories: dev-python/soupsieve/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c425eaa2b11edb52069dbfef05c99ba70a86e5de X-VCS-Branch: master Date: Sat, 28 Nov 2020 15:36:33 +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: 8564a8cd-3749-450b-b13a-d7c965cb91a0 X-Archives-Hash: 7d3eab51c4f5d47669ee22086000bacb commit: c425eaa2b11edb52069dbfef05c99ba70a86e5de Author: Sam James gentoo org> AuthorDate: Sat Nov 28 15:29:58 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 28 15:29:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c425eaa2 dev-python/soupsieve: ~x64-macos keyworded Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/soupsieve/soupsieve-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/soupsieve/soupsieve-2.0.1.ebuild b/dev-python/soupsieve/soupsieve-2.0.1.ebuild index 5034426eee7..7d447c78e80 100644 --- a/dev-python/soupsieve/soupsieve-2.0.1.ebuild +++ b/dev-python/soupsieve/soupsieve-2.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT+=" !test? ( test )"