From 33c889ac41522417a6dae86b0c95ed79285c411f Mon Sep 17 00:00:00 2001 From: Philipp Ammann Date: Fri, 19 Oct 2018 10:52:08 -0700 Subject: x11-libs/libxcb: Add Python 3.7 support Closes: https://github.com/gentoo/gentoo/pull/10179 Signed-off-by: Philipp Ammann Signed-off-by: Matt Turner --- x11-libs/libxcb/libxcb-1.13.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild index 102ff1507d80..9bbbd758b0aa 100644 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.13.1.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} ) PYTHON_REQ_USE=xml XORG_DOC=doc -- cgit v1.2.3-65-gdbad