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 86E5013835A for ; Mon, 24 Aug 2020 13:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC6AFE0866; Mon, 24 Aug 2020 13:42:40 +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 A233AE0866 for ; Mon, 24 Aug 2020 13:42:40 +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 20520340D6F for ; Mon, 24 Aug 2020 13:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A25A32F for ; Mon, 24 Aug 2020 13:42:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1598276510.03da5b6c85b0433d03304f558af58375a8ba32b3.sam@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-r3.ebuild media-gfx/openvdb/openvdb-5.2.0-r1.ebuild X-VCS-Directories: media-gfx/openvdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 03da5b6c85b0433d03304f558af58375a8ba32b3 X-VCS-Branch: master Date: Mon, 24 Aug 2020 13:42:36 +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: e3ea734e-20ba-41d3-8ceb-3b4d73eb67d7 X-Archives-Hash: 2f907f207a6c18aaa7536a851f6d4647 commit: 03da5b6c85b0433d03304f558af58375a8ba32b3 Author: Adrian Grigo yahoo com au> AuthorDate: Tue Aug 18 02:59:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 24 13:41:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03da5b6c media-gfx/openvdb: Remove unnecessary minimum version specifications Old versions of boost and c-blosc are no longer in the tree, so remove unnecessary minimum version specifications Signed-off-by: Adrian Grigo yahoo.com.au> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> media-gfx/openvdb/openvdb-4.0.2-r3.ebuild | 6 +++--- media-gfx/openvdb/openvdb-5.2.0-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild index 2205bebd492..9a2625aee56 100644 --- a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild +++ b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild @@ -20,8 +20,8 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - >=dev-libs/boost-1.62:= - >=dev-libs/c-blosc-1.5.0 + dev-libs/boost:= + dev-libs/c-blosc dev-libs/jemalloc dev-libs/log4cplus media-libs/glfw:= @@ -34,7 +34,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - >=dev-libs/boost-1.62:=[python,${PYTHON_MULTI_USEDEP}] + dev-libs/boost:=[python,${PYTHON_MULTI_USEDEP}] dev-python/numpy[${PYTHON_MULTI_USEDEP}] ') )" diff --git a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild index ef955f2c6ca..7d7b702863b 100644 --- a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild +++ b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild @@ -19,8 +19,8 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - >=dev-libs/boost-1.62:= - >=dev-libs/c-blosc-1.5.0 + dev-libs/boost:= + dev-libs/c-blosc dev-libs/jemalloc dev-libs/log4cplus media-libs/glfw:= @@ -33,7 +33,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - >=dev-libs/boost-1.62:=[python,${PYTHON_MULTI_USEDEP}] + dev-libs/boost:=[python,${PYTHON_MULTI_USEDEP}] dev-python/numpy[${PYTHON_MULTI_USEDEP}] ') )"