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: Fri, 19 Oct 2018 17:53:35
Message-Id: 1539971591.33c889ac41522417a6dae86b0c95ed79285c411f.mattst88@gentoo
1 commit: 33c889ac41522417a6dae86b0c95ed79285c411f
2 Author: Philipp Ammann <philipp.ammann <AT> posteo <DOT> de>
3 AuthorDate: Fri Oct 19 17:52:08 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 17:53:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c889ac
7
8 x11-libs/libxcb: Add Python 3.7 support
9
10 Closes: https://github.com/gentoo/gentoo/pull/10179
11 Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-libs/libxcb/libxcb-1.13.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild
18 index 102ff1507d8..9bbbd758b0a 100644
19 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild
20 +++ b/x11-libs/libxcb/libxcb-1.13.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
30 PYTHON_REQ_USE=xml
31
32 XORG_DOC=doc