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-base/xcb-proto/
Date: Thu, 30 Jan 2020 00:34:55
Message-Id: 1580344481.8063926c01b25a0f2fbc0794be0ae87834c9dd02.mattst88@gentoo
1 commit: 8063926c01b25a0f2fbc0794be0ae87834c9dd02
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jan 30 00:29:47 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 00:34:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8063926c
7
8 x11-base/xcb-proto: 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-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
17 index 089694af5e9..04f6f40a17f 100644
18 --- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
19 +++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
25 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
26 XORG_MULTILIB=yes
27 XORG_STATIC=no