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 E5E49138359 for ; Mon, 24 Aug 2020 13:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9659E088B; Mon, 24 Aug 2020 13:42:43 +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 ACD6FE088B for ; Mon, 24 Aug 2020 13:42:43 +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 CBDA1340D5A for ; Mon, 24 Aug 2020 13:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9C7349 for ; Mon, 24 Aug 2020 13:42:37 +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: <1598276516.7f80e06fb461104f56b44d040aaf96aa3e7a9254.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 media-gfx/openvdb/openvdb-6.2.1.ebuild media-gfx/openvdb/openvdb-7.0.0.ebuild media-gfx/openvdb/openvdb-7.1.0.ebuild X-VCS-Directories: media-gfx/openvdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f80e06fb461104f56b44d040aaf96aa3e7a9254 X-VCS-Branch: master Date: Mon, 24 Aug 2020 13:42:37 +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: 2ec25bd6-3704-4a01-8a29-fcb589c03c07 X-Archives-Hash: 7dede76afd17f1b7f520d68e20e1de6a commit: 7f80e06fb461104f56b44d040aaf96aa3e7a9254 Author: Sam James gentoo org> AuthorDate: Mon Aug 24 13:41:39 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 24 13:41:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f80e06f media-gfx/openvdb: default to newest ABI (RequiredUseDefaults) It may be that a different choice (from just the latest each supports) for each version is better, but let's stick with this now to make it easier for users -- so they are not forced to choose by default. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> media-gfx/openvdb/openvdb-4.0.2-r3.ebuild | 2 +- media-gfx/openvdb/openvdb-5.2.0-r1.ebuild | 2 +- media-gfx/openvdb/openvdb-6.2.1.ebuild | 2 +- media-gfx/openvdb/openvdb-7.0.0.ebuild | 2 +- media-gfx/openvdb/openvdb-7.1.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild index 08c8438f028..f6705df6963 100644 --- a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild +++ b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="abi3-compat abi4-compat doc python test" +IUSE="abi3-compat +abi4-compat doc python test" RESTRICT="!test? ( test )" REQUIRED_USE=" diff --git a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild index a5f10d91edb..a176389a2a0 100644 --- a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild +++ b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="abi3-compat abi4-compat abi5-compat doc python test" +IUSE="abi3-compat abi4-compat +abi5-compat doc python test" RESTRICT="!test? ( test )" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/media-gfx/openvdb/openvdb-6.2.1.ebuild b/media-gfx/openvdb/openvdb-6.2.1.ebuild index 03fcecce642..ebade646417 100644 --- a/media-gfx/openvdb/openvdb-6.2.1.ebuild +++ b/media-gfx/openvdb/openvdb-6.2.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="abi4-compat abi5-compat abi6-compat doc python test" +IUSE="abi4-compat abi5-compat +abi6-compat doc python test" RESTRICT="!test? ( test )" REQUIRED_USE=" diff --git a/media-gfx/openvdb/openvdb-7.0.0.ebuild b/media-gfx/openvdb/openvdb-7.0.0.ebuild index c6d6c15d1bf..db984b8cdbf 100644 --- a/media-gfx/openvdb/openvdb-7.0.0.ebuild +++ b/media-gfx/openvdb/openvdb-7.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi5-compat abi6-compat abi7-compat" +IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi5-compat abi6-compat +abi7-compat" RESTRICT="!test? ( test )" REQUIRED_USE=" diff --git a/media-gfx/openvdb/openvdb-7.1.0.ebuild b/media-gfx/openvdb/openvdb-7.1.0.ebuild index a61b6f125cc..912824ece66 100644 --- a/media-gfx/openvdb/openvdb-7.1.0.ebuild +++ b/media-gfx/openvdb/openvdb-7.1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi6-compat abi7-compat" +IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi6-compat +abi7-compat" RESTRICT="!test? ( test )" REQUIRED_USE="