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 16E5B138334 for ; Sat, 21 Jul 2018 00:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABD7DE08E2; Sat, 21 Jul 2018 00:06:29 +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 63980E08D9 for ; Sat, 21 Jul 2018 00:06:29 +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 8426F335D1B for ; Sat, 21 Jul 2018 00:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3803391 for ; Sat, 21 Jul 2018 00:06:22 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1532131573.b44085bc4468957edf0066e6140b8c97a600fb29.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenvwrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild X-VCS-Directories: dev-python/virtualenvwrapper/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b44085bc4468957edf0066e6140b8c97a600fb29 X-VCS-Branch: master Date: Sat, 21 Jul 2018 00:06:22 +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: c05cb335-fbb0-4aef-bb5c-9e4db37b729e X-Archives-Hash: 978c1a88c9ba1f01eec1aab620fc9805 commit: b44085bc4468957edf0066e6140b8c97a600fb29 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jul 21 00:04:09 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jul 21 00:06:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44085bc dev-python/virtualenvwrapper: x86 stable wrt bug #658884 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild index 2df8322f07d..adc8ea35869 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" # testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass