Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/
Date: Thu, 03 Dec 2020 13:04:25
Message-Id: 1607000634.e9f3b6b79d1c2f82182874765392f1bdce0a774c.juippis@gentoo
1 commit: e9f3b6b79d1c2f82182874765392f1bdce0a774c
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 13:02:40 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 13:03:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f3b6b7
7
8 media-gfx/blender: print a warning when py-3.8 is enabled on 2.91
9
10 Bug: https://bugs.gentoo.org/737388
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 media-gfx/blender/blender-2.91.0.ebuild | 9 +++++++++
14 1 file changed, 9 insertions(+)
15
16 diff --git a/media-gfx/blender/blender-2.91.0.ebuild b/media-gfx/blender/blender-2.91.0.ebuild
17 index 3cbd3fe1ef0..d3373af60b1 100644
18 --- a/media-gfx/blender/blender-2.91.0.ebuild
19 +++ b/media-gfx/blender/blender-2.91.0.ebuild
20 @@ -308,6 +308,15 @@ pkg_postinst() {
21 ewarn "If you are concerned about security, file a bug upstream:"
22 ewarn " https://developer.blender.org/"
23 ewarn
24 +
25 + if use python_single_target_python3_8; then
26 + elog "You've enabled python-3.8 support for blender, which is still experimental."
27 + elog "If you experience breakages with e.g. plugins, please switch to"
28 + elog "python_single_target_python3_7 instead."
29 + elog "Bug: https://bugs.gentoo.org/737388"
30 + elog
31 + fi
32 +
33 xdg_icon_cache_update
34 xdg_mimeinfo_database_update
35 xdg_desktop_database_update