dev-libs/libxmlb: drop python 3.4 support
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 10 Oct 2019 23:39:50 +0000 (01:39 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 10 Oct 2019 23:40:02 +0000 (01:40 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-libs/libxmlb/libxmlb-0.1.12.ebuild

index 51a1b304f84ce8fc36e6cb97bb57ee67d973f658..203b7a1d9e507fa22a860d9cdb3950f3ddbe64bd 100644 (file)
@@ -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