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 74A71138350 for ; Mon, 16 Mar 2020 21:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B34C8E0AD4; Mon, 16 Mar 2020 21:18:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9C3AFE0AD4 for ; Mon, 16 Mar 2020 21:18:30 +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 D39BA34F213 for ; Mon, 16 Mar 2020 21:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC94187 for ; Mon, 16 Mar 2020 21:18:26 +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: <1584393475.5d00dc780f93e30a3b23d26ef3bf2fd431192c45.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild dev-python/m2crypto/m2crypto-0.35.2.ebuild X-VCS-Directories: dev-python/m2crypto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d00dc780f93e30a3b23d26ef3bf2fd431192c45 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:18:26 +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: fc8fc806-b577-4c12-ad4a-6a46e08f2990 X-Archives-Hash: 62c2bdec472ae2fd7064e4eb8fca4454 commit: 5d00dc780f93e30a3b23d26ef3bf2fd431192c45 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 21:16:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 21:17:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d00dc78 dev-python/m2crypto: Replace virts with cond deps Signed-off-by: Michał Górny gentoo.org> dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild | 4 +++- dev-python/m2crypto/m2crypto-0.35.2.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild index cf7277f442e..56d88a04bba 100644 --- a/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild +++ b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild @@ -23,7 +23,9 @@ IUSE="libressl" RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - virtual/python-typing[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing[${PYTHON_USEDEP}] + ' -2) " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/dev-python/m2crypto/m2crypto-0.35.2.ebuild b/dev-python/m2crypto/m2crypto-0.35.2.ebuild index 81681dbea85..691ce76063c 100644 --- a/dev-python/m2crypto/m2crypto-0.35.2.ebuild +++ b/dev-python/m2crypto/m2crypto-0.35.2.ebuild @@ -21,7 +21,9 @@ IUSE="libressl" RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - virtual/python-typing[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing[${PYTHON_USEDEP}] + ' -2) " DEPEND="${RDEPEND}" BDEPEND="