Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/
Date: Tue, 06 Oct 2020 03:44:20
Message-Id: 1601955491.abb992cc452d8236671d56d7f222283d769f1677.mattst88@gentoo
1 commit: abb992cc452d8236671d56d7f222283d769f1677
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Mon Oct 5 12:46:40 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 03:38:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb992cc
7
8 x11-libs/libxcb: python3_9
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Closes: https://github.com/gentoo/gentoo/pull/17800
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 x11-libs/libxcb/libxcb-1.14.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild
19 index 24e099c8ef9..fce6c58c9a1 100644
20 --- a/x11-libs/libxcb/libxcb-1.14.ebuild
21 +++ b/x11-libs/libxcb/libxcb-1.14.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28 PYTHON_REQ_USE=xml
29
30 XORG_TARBALL_SUFFIX="xz"