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 B43B1138350 for ; Mon, 16 Mar 2020 21:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2DCAE0970; Mon, 16 Mar 2020 21:09:49 +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 C8A40E0970 for ; Mon, 16 Mar 2020 21:09:49 +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 C5CA434F1FB for ; Mon, 16 Mar 2020 21:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D40187 for ; Mon, 16 Mar 2020 21:09:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584392976.4edc99a641749b271f518524da77ad5bd80e45be.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/entrypoints/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/entrypoints/entrypoints-0.3-r1.ebuild X-VCS-Directories: dev-python/entrypoints/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4edc99a641749b271f518524da77ad5bd80e45be X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:09:47 +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: 7f0c9714-beec-415f-a93c-69246abffb9f X-Archives-Hash: 4c16a18728bec08f77a0db67d064d980 commit: 4edc99a641749b271f518524da77ad5bd80e45be Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 21:03:10 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 21:09:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edc99a6 dev-python/entrypoints: Replace virts with cond deps Signed-off-by: Michał Górny gentoo.org> dev-python/entrypoints/entrypoints-0.3-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild index 0b64e872fe3..0eb427f32fa 100644 --- a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild +++ b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild @@ -19,13 +19,15 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - $(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' 'python2*') + $(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' -2) " BDEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] - virtual/python-pathlib[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pathlib[${PYTHON_USEDEP}] + ' -2) ) "