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 98094138350 for ; Mon, 16 Mar 2020 06:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4570E0C20; Mon, 16 Mar 2020 06:07:27 +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 B3807E0C20 for ; Mon, 16 Mar 2020 06:07:27 +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 3CB2234F181 for ; Mon, 16 Mar 2020 06:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF1DD187 for ; Mon, 16 Mar 2020 06:07:24 +0000 (UTC) From: "Matt Turner" 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 Turner" Message-ID: <1584338583.f32de18feea4195255b61942d9d34b4c48069593.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-virtualenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild X-VCS-Directories: dev-python/pytest-virtualenv/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f32de18feea4195255b61942d9d34b4c48069593 X-VCS-Branch: master Date: Mon, 16 Mar 2020 06:07:24 +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: 39943db9-5f3e-4b2a-8f7a-e1bd6d7764ce X-Archives-Hash: f120f9ae0364cb38b8c18d248f25c49d commit: f32de18feea4195255b61942d9d34b4c48069593 Author: Matt Turner gentoo org> AuthorDate: Mon Mar 16 06:03:03 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 16 06:03:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32de18f dev-python/pytest-virtualenv-1.7.0: add ~alpha, bug 711846 Signed-off-by: Matt Turner gentoo.org> dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild index 2b5d194577f..9716be1c20e 100644 --- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild +++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~s390 ~sparc ~x86" RDEPEND=" dev-python/pytest-fixture-config[${PYTHON_USEDEP}]