diff options
Diffstat (limited to 'media-gfx/blender/blender-2.91.0.ebuild')
-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 |