Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/
Date: Mon, 28 Sep 2020 21:26:21
Message-Id: 1601328350.0e620cd4b3917d0c9d0e767f733c4e0818263df8.mattst88@gentoo
1 commit: 0e620cd4b3917d0c9d0e767f733c4e0818263df8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 19:55:16 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 21:25:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e620cd4
7
8 media-libs/libglvnd: Add Python 3.9
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/libglvnd/libglvnd-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
16 index 4c976349c6d..0b5ae02b264 100644
17 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
18 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
20 GIT_ECLASS="git-r3"
21 fi
22
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6..9} )
25 VIRTUALX_REQUIRED=manual
26
27 inherit ${GIT_ECLASS} meson multilib-minimal python-any-r1 virtualx