media-libs/jbig2dec: drop python 3.4 support
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 10 Oct 2019 23:38:05 +0000 (01:38 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 10 Oct 2019 23:40:01 +0000 (01:40 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
media-libs/jbig2dec/jbig2dec-0.17.ebuild

index 508755fcedcab7336746381a965d63d240d3c9a8..20a2a7b4e57c91bdaf978976da9b645edbf7e810 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 autotools python-any-r1