diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-12-03 15:02:40 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-03 15:03:54 +0200 |
commit | e9f3b6b79d1c2f82182874765392f1bdce0a774c (patch) | |
tree | d33e1d714990f23a5e1742d7f972e91d199b191f /media-gfx | |
parent | media-gfx/geeqie: limit unmigrated ebuilds to dev-lang/lua:0 (diff) | |
download | gentoo-e9f3b6b79d1c2f82182874765392f1bdce0a774c.tar.gz gentoo-e9f3b6b79d1c2f82182874765392f1bdce0a774c.tar.bz2 gentoo-e9f3b6b79d1c2f82182874765392f1bdce0a774c.zip |
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@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/blender/blender-2.91.0.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-gfx/blender/blender-2.91.0.ebuild b/media-gfx/blender/blender-2.91.0.ebuild index 3cbd3fe1ef08..d3373af60b12 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 |