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 8EBEB138334 for ; Thu, 28 Jun 2018 06:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F421E087D; Thu, 28 Jun 2018 06:50:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 42E13E087D for ; Thu, 28 Jun 2018 06:50:21 +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 75B15335C7D for ; Thu, 28 Jun 2018 06:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46EBE300 for ; Thu, 28 Jun 2018 06:50:17 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1530168547.098ca5346c68b3ca27b520ead5824380755b95c6.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websocket-client/websocket-client-0.37.0.ebuild dev-python/websocket-client/websocket-client-0.47.0.ebuild X-VCS-Directories: dev-python/websocket-client/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 098ca5346c68b3ca27b520ead5824380755b95c6 X-VCS-Branch: master Date: Thu, 28 Jun 2018 06:50:17 +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-Archives-Salt: 599d8a19-7294-418e-878c-51718056083e X-Archives-Hash: 873ecdd5c35e0d38508e83af56e28181 commit: 098ca5346c68b3ca27b520ead5824380755b95c6 Author: Fabian Groffen gentoo org> AuthorDate: Thu Jun 28 06:49:07 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Jun 28 06:49:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098ca534 dev-python/websocket-client: marked ~x64-macos Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/websocket-client/websocket-client-0.37.0.ebuild | 2 +- dev-python/websocket-client/websocket-client-0.47.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/websocket-client/websocket-client-0.37.0.ebuild b/dev-python/websocket-client/websocket-client-0.37.0.ebuild index 112cd5b33c3..1fa2c301f89 100644 --- a/dev-python/websocket-client/websocket-client-0.37.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.37.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86 ~x64-macos" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild b/dev-python/websocket-client/websocket-client-0.47.0.ebuild index ba1268c7cdf..fbb45a07a36 100644 --- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"