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 07:32:28
Message-Id: 1606980733.aa9eb05ffee3dea702baf6d33d5525b6011eb5ce.juippis@gentoo
1 commit: aa9eb05ffee3dea702baf6d33d5525b6011eb5ce
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 07:27:33 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 07:32:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9eb05f
7
8 media-gfx/blender: add python-3.8 compatibility
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/blender/blender-2.91.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/blender/blender-2.91.0.ebuild b/media-gfx/blender/blender-2.91.0.ebuild
16 index 3f433ab8fb4..795692867e1 100644
17 --- a/media-gfx/blender/blender-2.91.0.ebuild
18 +++ b/media-gfx/blender/blender-2.91.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_7 )
24 +PYTHON_COMPAT=( python3_{7,8} )
25
26 inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 \
27 toolchain-funcs xdg-utils