commit: dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea Author: Philipp Ammann <philipp.ammann <AT> posteo <DOT> de> AuthorDate: Fri Oct 19 17:50:18 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Oct 19 17:53:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3f195e
x11-base/xcb-proto: Add Python 3.7 support Closes: https://github.com/gentoo/gentoo/pull/10179 Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-base/xcb-proto/xcb-proto-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild b/x11-base/xcb-proto/xcb-proto-1.13.ebuild index be027567fd7..2140e995651 100644 --- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) XORG_MULTILIB=yes XORG_STATIC=no
