summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-10-11 01:38:05 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-10-11 01:40:01 +0200
commitdf21d23f6fbcf49f663ea88445135a782c1581da (patch)
tree81f355633600e64295a9206390364d3d05c0f550 /media-libs/jbig2dec/jbig2dec-0.17.ebuild
parentsys-apps/nix: drop old (diff)
downloadgentoo-df21d23f6fbcf49f663ea88445135a782c1581da.tar.gz
gentoo-df21d23f6fbcf49f663ea88445135a782c1581da.tar.bz2
gentoo-df21d23f6fbcf49f663ea88445135a782c1581da.zip
media-libs/jbig2dec: drop python 3.4 support
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-libs/jbig2dec/jbig2dec-0.17.ebuild')
-rw-r--r--media-libs/jbig2dec/jbig2dec-0.17.ebuild2
1 files changed, 1 insertions, 1 deletions
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