commit:     e9f3b6b79d1c2f82182874765392f1bdce0a774c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 13:02:40 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 13:03:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f3b6b7

media-gfx/blender: print a warning when py-3.8 is enabled on 2.91

Bug: https://bugs.gentoo.org/737388
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/blender/blender-2.91.0.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/media-gfx/blender/blender-2.91.0.ebuild 
b/media-gfx/blender/blender-2.91.0.ebuild
index 3cbd3fe1ef0..d3373af60b1 100644
--- a/media-gfx/blender/blender-2.91.0.ebuild
+++ b/media-gfx/blender/blender-2.91.0.ebuild
@@ -308,6 +308,15 @@ pkg_postinst() {
        ewarn "If you are concerned about security, file a bug upstream:"
        ewarn "  https://developer.blender.org/";
        ewarn
+
+       if use python_single_target_python3_8; then
+               elog "You've enabled python-3.8 support for blender, which is 
still experimental."
+               elog "If you experience breakages with e.g. plugins, please 
switch to"
+               elog "python_single_target_python3_7 instead."
+               elog "Bug: https://bugs.gentoo.org/737388";
+               elog
+       fi
+
        xdg_icon_cache_update
        xdg_mimeinfo_database_update
        xdg_desktop_database_update

Reply via email to