diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-11-16 02:52:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-16 21:39:07 +0000 |
commit | b809ad20e706bf9af8c0a918f3b47701efc4e9e4 (patch) | |
tree | cb8f1164adf8991ee0114d2def76852f07126d57 /profiles | |
parent | sci-mathematics/manifold: bump to 3.0.0_pre20241115 (diff) | |
download | gentoo-b809ad20e706bf9af8c0a918f3b47701efc4e9e4.tar.gz gentoo-b809ad20e706bf9af8c0a918f3b47701efc4e9e4.tar.bz2 gentoo-b809ad20e706bf9af8c0a918f3b47701efc4e9e4.zip |
media-gfx/openscad: add 20241114
Drop RESTRICT=mirror.
Document manifold USE-flag.
Drop qt5 support.
Bundle sanitizers-cmake as there is and likely never will be another consumer.
Force CONFIG mode for FindBoost.
Eigen3 is a header-only library and we do not have public headers, so it's
DEPEND only.
Add egl and glx USE-flags.
Adjust ebuild style to fit the rest my ebuilds.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 5dc755ee1f54..742af1c7aa8c 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Paul Zander <negril.nx+gentoo@gmail.com> (2024-11-16) +# Only available on amd64 for now +media-gfx/openscad -manifold + # Joonas Niilola <juippis@gentoo.org> (2024-11-16) # Available on amd64. www-client/firefox -wasm diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 3b486c64e8ee..058af94660e0 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Paul Zander <negril.nx+gentoo@gmail.com> (2024-11-16) +# Only available on amd64 for now +media-gfx/openscad manifold + # Sam James <sam@gentoo.org> (2024-10-29) # Only available on amd64 for now dev-libs/elfutils stacktrace |