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: Wed, 29 Jan 2020 21:53:18
Message-Id: 1580334775.46068b1b7ca6722c9340d03f9fa82b26bc1b8491.mattst88@gentoo
1 commit: 46068b1b7ca6722c9340d03f9fa82b26bc1b8491
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Jan 29 21:22:58 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 21:52:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46068b1b
7
8 x11-libs/libxcb: Add support for Python 3.8. Drop support for Python 2.7.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-libs/libxcb/libxcb-1.13.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild
17 index 9720b4d1cdf..6c971b7ee8f 100644
18 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild
19 +++ b/x11-libs/libxcb/libxcb-1.13.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
25 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
26 PYTHON_REQ_USE=xml
27
28 XORG_DOC=doc