diff options
author | Bernd Waibel <waebbl@gmail.com> | 2020-09-09 22:31:41 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-03 16:43:05 +0300 |
commit | 3c596be4f93965cfdaf1b200379c4fe5d9cba4ae (patch) | |
tree | 1001569cc4b71e0e8be7e115c202f256e909df2d /media-gfx/yafaray/metadata.xml | |
parent | app-misc/pwsafe: revbump (diff) | |
download | gentoo-3c596be4f93965cfdaf1b200379c4fe5d9cba4ae.tar.gz gentoo-3c596be4f93965cfdaf1b200379c4fe5d9cba4ae.tar.bz2 gentoo-3c596be4f93965cfdaf1b200379c4fe5d9cba4ae.zip |
media-gfx/yafaray: add support for python-3.{7,8}
- Remove support for python-3.6
- Remove blender USE flag and support. The blender plugin isn't ready
for blender-2.8 series yet. Blender-2.79 is python-3.6 only, which
is going to be removed soon. Support will be re-added, as soon as
upstream has updated the plugin for blender-2.8*.
Closes: https://bugs.gentoo.org/737392
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17485
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/yafaray/metadata.xml')
-rw-r--r-- | media-gfx/yafaray/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-gfx/yafaray/metadata.xml b/media-gfx/yafaray/metadata.xml index 795c6e4891e0..24519079a75e 100644 --- a/media-gfx/yafaray/metadata.xml +++ b/media-gfx/yafaray/metadata.xml @@ -14,7 +14,6 @@ An render engine consists of a "faceless" computer program that interacts with a host 3D application to provide very specific raytracing capabilties "on demand". Blender 3D is the host application of YafaRay. </longdescription> <use> - <flag name="blender">Install addon for <pkg>media-gfx/blender</pkg></flag> <flag name="fastmath">Enable mathematic approximations to make code faster</flag> <flag name="fasttrig">Enable trigonometric approximations to make code faster</flag> <flag name="opencv">Use <pkg>media-libs/opencv</pkg></flag> |