diff options
author | Bernd Waibel <waebbl@gmail.com> | 2020-04-19 20:44:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-12 09:59:45 +0300 |
commit | 8dfc7b2d0c0cc3d01d08ec9dc7885be394334a50 (patch) | |
tree | 3b7cca515acbe35289948dbd1e0a70ae9cfce21e /media-gfx/openscad/metadata.xml | |
parent | app-misc/anki: bump to 2.1.15 and modernize ebuild (diff) | |
download | gentoo-8dfc7b2d0c0cc3d01d08ec9dc7885be394334a50.tar.gz gentoo-8dfc7b2d0c0cc3d01d08ec9dc7885be394334a50.tar.bz2 gentoo-8dfc7b2d0c0cc3d01d08ec9dc7885be394334a50.zip |
media-gfx/openscad: Fix build with boost-1.73.0
Thanks to William T Wilson for reporting and providing patch.
Additionally OpenSCAD has an optional, but automagic dependency on
media-libs/lib3mf.
Add ccache USE flag, as it's automagically enabled whenever the ccache
binary is found in PATH.
Reported-by: William T Wilson <fluffysheap@gmail.com>
Closes: https://bugs.gentoo.org/722302
Package-Manager: Portage-2.3.99-r2, Repoman-2.3.22
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/openscad/metadata.xml')
-rw-r--r-- | media-gfx/openscad/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-gfx/openscad/metadata.xml b/media-gfx/openscad/metadata.xml index 7b83ba148002..5ed7ed33c62b 100644 --- a/media-gfx/openscad/metadata.xml +++ b/media-gfx/openscad/metadata.xml @@ -20,6 +20,11 @@ OpenSCAD is free software and available for Linux/UNIX, MS Windows and Mac OS X. </longdescription> +<use> + <flag name="ccache"> + Use <pkg>dev-util/ccache</pkg> to speed up rebuilds + </flag> +</use> <upstream> <remote-id type="github">openscad/openscad</remote-id> </upstream> |