summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 20:58:31 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 21:20:55 +0200
commit652f5fcf44de401f4cfe1a87e107818af951abf1 (patch)
tree98120b13d572ece87f8246d72a92fed7ce05aaf9 /dev-python
parentdev-python/python-designateclient: Support python3.6 (diff)
downloadgentoo-652f5fcf44de401f4cfe1a87e107818af951abf1.tar.gz
gentoo-652f5fcf44de401f4cfe1a87e107818af951abf1.tar.bz2
gentoo-652f5fcf44de401f4cfe1a87e107818af951abf1.zip
dev-python/python-djvulibre: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-djvulibre/python-djvulibre-0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild b/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild
index 7eeb2b653895..9b7b81260c33 100644
--- a/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild
+++ b/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1