From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 29 Jan 2020 21:22:58 +0000 (+0000) Subject: x11-libs/libxcb: Add support for Python 3.8. Drop support for Python 2.7. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=46068b1b7ca6722c9340d03f9fa82b26bc1b8491;p=gentoo.git x11-libs/libxcb: Add support for Python 3.8. Drop support for Python 2.7. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Matt Turner --- diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild index 9720b4d1cdfd..6c971b7ee8f6 100644 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.13.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE=xml XORG_DOC=doc