diff options
author | Philipp Ammann <philipp.ammann@posteo.de> | 2018-10-19 10:50:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-19 10:53:10 -0700 |
commit | dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea (patch) | |
tree | 40dc494cbc5c6a974e52ff38b4567578e5492d71 /x11-base | |
parent | app-admin/testdisk: x86 stable (bug #654866) (diff) | |
download | gentoo-dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea.tar.gz gentoo-dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea.tar.bz2 gentoo-dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea.zip |
x11-base/xcb-proto: 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-base')
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.13.ebuild | 4 |
1 files 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 be027567fd73..2140e9956510 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 |