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 4DCB713933E for ; Sat, 17 Jul 2021 18:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1B30E0C9E; Sat, 17 Jul 2021 18:18:26 +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 870E0E0C9E for ; Sat, 17 Jul 2021 18:18:26 +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 6E211342B4B for ; Sat, 17 Jul 2021 18:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF1257D8 for ; Sat, 17 Jul 2021 18:18:23 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626545824.b917f4b61cb06bfbc23aa0e630cfdd107759f0ae.soap@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-r102.ebuild X-VCS-Directories: sci-libs/plplot/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b917f4b61cb06bfbc23aa0e630cfdd107759f0ae X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:18:23 +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: aeeb574a-239b-470d-b743-69df6ebeab6a X-Archives-Hash: 63909370a301b5de0e98b82eb74e9904 commit: b917f4b61cb06bfbc23aa0e630cfdd107759f0ae Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:04 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b917f4b6 sci-libs/plplot: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> sci-libs/plplot/plplot-5.15.0-r102.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/plplot/plplot-5.15.0-r102.ebuild b/sci-libs/plplot/plplot-5.15.0-r102.ebuild index 25ff02cc744..c4d312740e5 100644 --- a/sci-libs/plplot/plplot-5.15.0-r102.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r102.ebuild @@ -6,7 +6,7 @@ EAPI=7 WX_GTK_VER=3.0-gtk3 FORTRAN_NEEDED=fortran LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) # fails with ninja, due to USE=java missing swig output dependencies CMAKE_MAKEFILE_GENERATOR=emake @@ -53,8 +53,8 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_MULTI_USEDEP}] - qt5? ( dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] ) + dev-python/numpy[${PYTHON_USEDEP}] + qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) ') ) qhull? ( media-libs/qhull:0= )