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 0E8E6138351 for ; Mon, 16 Mar 2020 21:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED87EE0BA4; Mon, 16 Mar 2020 21:18:30 +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 CE848E0BA4 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 097F934F217 for ; Mon, 16 Mar 2020 21:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F35BE188 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: <1584393476.18574d80d691be8f2d3991780aee30564838ab30.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nototools/nototools-0_pre20200113.ebuild X-VCS-Directories: dev-python/nototools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 18574d80d691be8f2d3991780aee30564838ab30 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: 962b21ce-853c-4586-97bd-89b0cc218dc8 X-Archives-Hash: 1fea1dff9c2a2a78c477b573c1cfc1cc commit: 18574d80d691be8f2d3991780aee30564838ab30 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 21:16:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 21:17:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18574d80 dev-python/nototools: Replace virts with cond deps Signed-off-by: Michał Górny gentoo.org> dev-python/nototools/nototools-0_pre20200113.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/nototools/nototools-0_pre20200113.ebuild b/dev-python/nototools/nototools-0_pre20200113.ebuild index 425374cffc0..538928c9262 100644 --- a/dev-python/nototools/nototools-0_pre20200113.ebuild +++ b/dev-python/nototools/nototools-0_pre20200113.ebuild @@ -29,7 +29,9 @@ RDEPEND="${DEPEND} >=dev-python/fonttools-3.36.0[${PYTHON_USEDEP}] >=dev-python/pillow-4.0.0[${PYTHON_USEDEP}] >=dev-python/pyclipper-1.0.6[${PYTHON_USEDEP}] - virtual/python-typing[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing[${PYTHON_USEDEP}] + ' -2) " S="${WORKDIR}/${PN}-${COMMIT}"