From: Thomas Deutschmann Date: Thu, 10 Oct 2019 23:39:50 +0000 (+0200) Subject: dev-libs/libxmlb: drop python 3.4 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3754fa4f060bcbe181e1faeef7e5a72d6bcea242;p=gentoo.git dev-libs/libxmlb: drop python 3.4 support Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-libs/libxmlb/libxmlb-0.1.12.ebuild b/dev-libs/libxmlb/libxmlb-0.1.12.ebuild index 51a1b304f84c..203b7a1d9e50 100644 --- a/dev-libs/libxmlb/libxmlb-0.1.12.ebuild +++ b/dev-libs/libxmlb/libxmlb-0.1.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit meson python-any-r1