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 94CBE13933E 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 CD45AE0D41; 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 B55E2E0D41 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 83543342B53 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 0E66B7D9 for ; Sat, 17 Jul 2021 18:18:24 +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: <1626545825.5c2fe7c8a0c22b766f7da750daa2caf6881393fa.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-8.2.0-r4.ebuild sci-libs/vtk/vtk-9.0.1.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5c2fe7c8a0c22b766f7da750daa2caf6881393fa X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:18:24 +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: 3fc0164e-0657-4109-8923-0e788f4f0c8f X-Archives-Hash: 0c245ff8212071815e904b9ec019a942 commit: 5c2fe7c8a0c22b766f7da750daa2caf6881393fa Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:05 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2fe7c8 sci-libs/vtk: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> sci-libs/vtk/vtk-8.2.0-r4.ebuild | 24 ++++++++++++------------ sci-libs/vtk/vtk-9.0.1.ebuild | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sci-libs/vtk/vtk-8.2.0-r4.ebuild b/sci-libs/vtk/vtk-8.2.0-r4.ebuild index 2051e4d46bd..2cfd6476f0a 100644 --- a/sci-libs/vtk/vtk-8.2.0-r4.ebuild +++ b/sci-libs/vtk/vtk-8.2.0-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes @@ -80,7 +80,7 @@ RDEPEND=" mpi? ( virtual/mpi[cxx,romio] $(python_gen_cond_dep ' - python? ( dev-python/mpi4py[${PYTHON_MULTI_USEDEP}] ) + python? ( dev-python/mpi4py[${PYTHON_USEDEP}] ) ') ) mysql? ( dev-db/mysql-connector-c ) @@ -90,7 +90,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/sip:5[${PYTHON_MULTI_USEDEP}] + dev-python/sip:5[${PYTHON_USEDEP}] ') ) qt5? ( @@ -101,7 +101,7 @@ RDEPEND=" dev-qt/qtsql:5 dev-qt/qtx11extras:5 $(python_gen_cond_dep ' - python? ( dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] ) + python? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) ') ) R? ( dev-lang/R ) @@ -112,14 +112,14 @@ RDEPEND=" web? ( ${WEBAPP_DEPEND} $(python_gen_cond_dep ' - dev-python/autobahn[${PYTHON_MULTI_USEDEP}] - dev-python/constantly[${PYTHON_MULTI_USEDEP}] - dev-python/hyperlink[${PYTHON_MULTI_USEDEP}] - dev-python/incremental[${PYTHON_MULTI_USEDEP}] - dev-python/six[${PYTHON_MULTI_USEDEP}] - dev-python/twisted[${PYTHON_MULTI_USEDEP}] - dev-python/txaio[${PYTHON_MULTI_USEDEP}] - dev-python/zope-interface[${PYTHON_MULTI_USEDEP}] + dev-python/autobahn[${PYTHON_USEDEP}] + dev-python/constantly[${PYTHON_USEDEP}] + dev-python/hyperlink[${PYTHON_USEDEP}] + dev-python/incremental[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] + dev-python/txaio[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] ') ) " diff --git a/sci-libs/vtk/vtk-9.0.1.ebuild b/sci-libs/vtk/vtk-9.0.1.ebuild index fde829fd737..6e0717f814c 100644 --- a/sci-libs/vtk/vtk-9.0.1.ebuild +++ b/sci-libs/vtk/vtk-9.0.1.ebuild @@ -7,7 +7,7 @@ EAPI=7 # - add USE flag for remote modules? Those modules can be downloaded # properly before building. -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes @@ -107,9 +107,9 @@ RDEPEND=" web? ( ${WEBAPP_DEPEND} ) $(python_gen_cond_dep ' python? ( - boost? ( dev-libs/boost:=[mpi?,python?,${PYTHON_MULTI_USEDEP}] ) - gdal? ( sci-libs/gdal:=[python?,${PYTHON_MULTI_USEDEP}] ) - mpi? ( dev-python/mpi4py[${PYTHON_MULTI_USEDEP}] ) + boost? ( dev-libs/boost:=[mpi?,python?,${PYTHON_USEDEP}] ) + gdal? ( sci-libs/gdal:=[python?,${PYTHON_USEDEP}] ) + mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] ) ) ') "