From: Thomas Deutschmann Date: Thu, 10 Oct 2019 23:38:05 +0000 (+0200) Subject: media-libs/jbig2dec: drop python 3.4 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df21d23f6fbcf49f663ea88445135a782c1581da;p=gentoo.git media-libs/jbig2dec: drop python 3.4 support Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/media-libs/jbig2dec/jbig2dec-0.17.ebuild b/media-libs/jbig2dec/jbig2dec-0.17.ebuild index 508755fcedca..20a2a7b4e57c 100644 --- a/media-libs/jbig2dec/jbig2dec-0.17.ebuild +++ b/media-libs/jbig2dec/jbig2dec-0.17.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 autotools python-any-r1