diff options
author | Philipp Ammann <philipp.ammann@posteo.de> | 2018-10-19 10:52:08 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-19 10:53:11 -0700 |
commit | 33c889ac41522417a6dae86b0c95ed79285c411f (patch) | |
tree | a4edc53c6088489deb69785ce512a3a28b2e219f /x11-libs/libxcb | |
parent | x11-base/xcb-proto: Add Python 3.7 support (diff) | |
download | gentoo-33c889ac41522417a6dae86b0c95ed79285c411f.tar.gz gentoo-33c889ac41522417a6dae86b0c95ed79285c411f.tar.bz2 gentoo-33c889ac41522417a6dae86b0c95ed79285c411f.zip |
x11-libs/libxcb: Add Python 3.7 support
Closes: https://github.com/gentoo/gentoo/pull/10179
Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.13.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |