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 7E1FE138335 for ; Sun, 24 Jun 2018 09:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50C1DE09D8; Sun, 24 Jun 2018 09:40:20 +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 B371BE09D9 for ; Sun, 24 Jun 2018 09:40:19 +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 96469335CA2 for ; Sun, 24 Jun 2018 09:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2068434F for ; Sun, 24 Jun 2018 09:40:03 +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: <1529833197.d4c751d69dad44440aec28e7b9866f836041845a.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: d4c751d69dad44440aec28e7b9866f836041845a X-VCS-Branch: master Date: Sun, 24 Jun 2018 09:40:03 +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: 9dcc8c6f-9c39-4e22-8a33-001a0c67c060 X-Archives-Hash: 4f140b5041af82fd0834dfbb10c98f17 commit: d4c751d69dad44440aec28e7b9866f836041845a Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jun 24 09:38:12 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 24 09:39:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c751d6 dev-python/virtualenvwrapper: amd64 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 32ffca254a2..2df8322f07d 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