diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-01-30 00:29:47 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-29 16:34:41 -0800 |
commit | 8063926c01b25a0f2fbc0794be0ae87834c9dd02 (patch) | |
tree | bd0deba6766ef86bd60637c295c56b31ed1e370f /x11-base | |
parent | dev-python/pylint-2.4.4: Version bump, add py38 (diff) | |
download | gentoo-8063926c01b25a0f2fbc0794be0ae87834c9dd02.tar.gz gentoo-8063926c01b25a0f2fbc0794be0ae87834c9dd02.tar.bz2 gentoo-8063926c01b25a0f2fbc0794be0ae87834c9dd02.zip |
x11-base/xcb-proto: Drop support for Python 2.7.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild b/x11-base/xcb-proto/xcb-proto-1.13.ebuild index 089694af5e97..04f6f40a17fb 100644 --- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) XORG_MULTILIB=yes XORG_STATIC=no |