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 5518A138350 for ; Sun, 9 Feb 2020 16:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A928E08AA; Sun, 9 Feb 2020 16:36:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 14DFCE08A8 for ; Sun, 9 Feb 2020 16:36:38 +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 38AA234E8D0 for ; Sun, 9 Feb 2020 16:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63E49149 for ; Sun, 9 Feb 2020 16:36:33 +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: <1581266135.35ad61ee0b35ae64eadd9577725bf2e1a17aae5f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/relational/relational-2.5-r1.ebuild sci-mathematics/relational/relational-2.5.ebuild X-VCS-Directories: sci-mathematics/relational/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 35ad61ee0b35ae64eadd9577725bf2e1a17aae5f X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:36:33 +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: 0f04fad9-e044-4124-afad-38db505ca14a X-Archives-Hash: 8dda969bf9d70ab0af70ba20787432b0 commit: 35ad61ee0b35ae64eadd9577725bf2e1a17aae5f Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 19:09:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:35:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad61ee sci-mathematics/relational: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../relational/{relational-2.5.ebuild => relational-2.5-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5-r1.ebuild similarity index 89% rename from sci-mathematics/relational/relational-2.5.ebuild rename to sci-mathematics/relational/relational-2.5-r1.ebuild index fb88c016ff8..5bb400c2b91 100644 --- a/sci-mathematics/relational/relational-2.5.ebuild +++ b/sci-mathematics/relational/relational-2.5-r1.ebuild @@ -18,7 +18,9 @@ IUSE="" DEPEND=" ${PYTHON_DEPS} - dev-python/PyQt5[gui,webkit,widgets,${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/PyQt5[gui,webkit,widgets,${PYTHON_MULTI_USEDEP}] + ') " RDEPEND="${DEPEND}"