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 59063138350 for ; Sun, 9 Feb 2020 16:36:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24A1FE08AC; Sun, 9 Feb 2020 16:36:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C0D72E08AC for ; Sun, 9 Feb 2020 16:36:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 52F1334E495 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 2BE7F146 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: <1581266132.cbcbb8f5109c340e7d710323443f96405e25f9e4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/plplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/plplot/plplot-5.15.0-r1.ebuild sci-libs/plplot/plplot-5.15.0.ebuild X-VCS-Directories: sci-libs/plplot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbcbb8f5109c340e7d710323443f96405e25f9e4 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: aba951f9-87a2-4755-b750-4aec4a7972c8 X-Archives-Hash: 24a055d2b5011885a107f1849bc8f9ca commit: cbcbb8f5109c340e7d710323443f96405e25f9e4 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 19:07:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:35:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcbb8f5 sci-libs/plplot: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> sci-libs/plplot/{plplot-5.15.0.ebuild => plplot-5.15.0-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sci-libs/plplot/plplot-5.15.0.ebuild b/sci-libs/plplot/plplot-5.15.0-r1.ebuild similarity index 97% rename from sci-libs/plplot/plplot-5.15.0.ebuild rename to sci-libs/plplot/plplot-5.15.0-r1.ebuild index bafe731a8d4..f0f9d5c4247 100644 --- a/sci-libs/plplot/plplot-5.15.0.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,8 +49,10 @@ RDEPEND=" pdf? ( media-libs/libharu:0= ) python? ( ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] - qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + qt5? ( dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] ) + ') ) qhull? ( media-libs/qhull:0= ) qt5? (