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 65F09138350 for ; Sun, 9 Feb 2020 16:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DAC7E087B; Sun, 9 Feb 2020 16:29:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 48AC7E0874 for ; Sun, 9 Feb 2020 16:29: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 19A4934E8CF for ; Sun, 9 Feb 2020 16:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DCAB13B for ; Sun, 9 Feb 2020 16:29:34 +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: <1581265613.9017ebcc53918054a573124b928936911ef5158a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openvdb/openvdb-4.0.2-r2.ebuild media-gfx/openvdb/openvdb-4.0.2-r3.ebuild media-gfx/openvdb/openvdb-5.2.0-r1.ebuild media-gfx/openvdb/openvdb-5.2.0.ebuild X-VCS-Directories: media-gfx/openvdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9017ebcc53918054a573124b928936911ef5158a X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:29:34 +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: b796c64f-94a7-46dc-af06-cb42b0314fb2 X-Archives-Hash: f7a0986a050b5e0a5408eab86e817bcc commit: 9017ebcc53918054a573124b928936911ef5158a Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 15:06:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:26:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9017ebcc media-gfx/openvdb: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../openvdb/{openvdb-4.0.2-r2.ebuild => openvdb-4.0.2-r3.ebuild} | 7 +++++-- .../openvdb/{openvdb-5.2.0.ebuild => openvdb-5.2.0-r1.ebuild} | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild similarity index 92% rename from media-gfx/openvdb/openvdb-4.0.2-r2.ebuild rename to media-gfx/openvdb/openvdb-4.0.2-r3.ebuild index e54468f1c2a..c683e96e709 100644 --- a/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild +++ b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - >=dev-libs/boost-1.62:=[python?,${PYTHON_USEDEP}] + >=dev-libs/boost-1.62:= >=dev-libs/c-blosc-1.5.0 dev-libs/jemalloc dev-libs/log4cplus @@ -33,7 +33,10 @@ RDEPEND=" x11-libs/libXrandr python? ( ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.62:=[python,${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') )" DEPEND="${RDEPEND} diff --git a/media-gfx/openvdb/openvdb-5.2.0.ebuild b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild similarity index 91% rename from media-gfx/openvdb/openvdb-5.2.0.ebuild rename to media-gfx/openvdb/openvdb-5.2.0-r1.ebuild index 3bbdbdb4fb2..acb7886d443 100644 --- a/media-gfx/openvdb/openvdb-5.2.0.ebuild +++ b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - >=dev-libs/boost-1.62:=[python?,${PYTHON_USEDEP}] + >=dev-libs/boost-1.62:= >=dev-libs/c-blosc-1.5.0 dev-libs/jemalloc dev-libs/log4cplus @@ -32,7 +32,10 @@ RDEPEND=" x11-libs/libXrandr python? ( ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.62:=[python,${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') )" DEPEND="${RDEPEND}