diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2022-01-15 21:52:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-15 22:14:49 +0000 |
commit | 2dcf0c603c3975d7f0c01435d64d2bdeddb6f8db (patch) | |
tree | 8a0424b4f88c3ba89d4e6f446fe22805395df32c /sci-libs/opencascade | |
parent | sci-libs/opencascade: don't pass USE_OPENGL option (diff) | |
download | gentoo-2dcf0c603c3975d7f0c01435d64d2bdeddb6f8db.tar.gz gentoo-2dcf0c603c3975d7f0c01435d64d2bdeddb6f8db.tar.bz2 gentoo-2dcf0c603c3975d7f0c01435d64d2bdeddb6f8db.zip |
sci-libs/opencascade: rename gles2 USE flag to gles2-only
Bugs: https://bugs.gentoo.org/831069
Bugs: https://bugs.gentoo.org/831126
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/23814
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/opencascade')
-rw-r--r-- | sci-libs/opencascade/opencascade-7.5.2-r5.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/opencascade/opencascade-7.5.3-r6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/opencascade/opencascade-7.5.2-r5.ebuild b/sci-libs/opencascade/opencascade-7.5.2-r5.ebuild index f4c5fd8ff1e3..d8764d64ee6d 100644 --- a/sci-libs/opencascade/opencascade-7.5.2-r5.ebuild +++ b/sci-libs/opencascade/opencascade-7.5.2-r5.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/occt-V${MY_PV}" LICENSE="|| ( Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1 )" SLOT="0/${PV_MAJ}" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="debug doc examples ffmpeg freeimage gles2 json optimize tbb vtk" +IUSE="debug doc examples ffmpeg freeimage gles2-only json optimize tbb vtk" REQUIRED_USE="?? ( optimize tbb )" diff --git a/sci-libs/opencascade/opencascade-7.5.3-r6.ebuild b/sci-libs/opencascade/opencascade-7.5.3-r6.ebuild index 57cdfcf646b6..f52f6f7b6bd1 100644 --- a/sci-libs/opencascade/opencascade-7.5.3-r6.ebuild +++ b/sci-libs/opencascade/opencascade-7.5.3-r6.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/occt-V${MY_PV}" LICENSE="|| ( Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1 )" SLOT="0/${PV_MAJ}" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="debug doc examples ffmpeg freeimage gles2 json optimize tbb vtk" +IUSE="debug doc examples ffmpeg freeimage gles2-only json optimize tbb vtk" REQUIRED_USE="?? ( optimize tbb )" |