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 3466E1382C5 for ; Sat, 31 Mar 2018 01:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F68CE0966; Sat, 31 Mar 2018 01:54:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F3082E0966 for ; Sat, 31 Mar 2018 01:54:28 +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 A5301335D66 for ; Sat, 31 Mar 2018 01:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 638FF27F for ; Sat, 31 Mar 2018 01:54:23 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1522461236.8049a2364123bd5840eb9b9f9fac7fa846f25d47.prometheanfire@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.40.0.ebuild X-VCS-Directories: dev-python/websocket-client/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 8049a2364123bd5840eb9b9f9fac7fa846f25d47 X-VCS-Branch: master Date: Sat, 31 Mar 2018 01:54:23 +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: 00a79a60-4dd9-4a9b-a923-d3b5dba0f46d X-Archives-Hash: a85d6616dd26fd69e35a68837d383a69 commit: 8049a2364123bd5840eb9b9f9fac7fa846f25d47 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 01:45:06 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 01:53:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8049a236 dev-python/websocket-client: 0.40.0 stablized under allarchesa Stablized for Openstack Queens dev-python/websocket-client/websocket-client-0.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/websocket-client/websocket-client-0.40.0.ebuild b/dev-python/websocket-client/websocket-client-0.40.0.ebuild index 42f290186c2..112cd5b33c3 100644 --- a/dev-python/websocket-client/websocket-client-0.40.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.40.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" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"