summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2018-10-23 10:46:47 +0200
committerLouis Sautier <sbraz@gentoo.org>2018-10-23 10:47:33 +0200
commit7f56dd7e204a30f03f23448d6f3696d4204fcf2e (patch)
tree67c9aaca21beadb0ba292a793f41531a53dbd052
parentdev-db/oracle-instantclient: provide headers in rdbms/public again (diff)
downloadgentoo-7f56dd7e204a30f03f23448d6f3696d4204fcf2e.tar.gz
gentoo-7f56dd7e204a30f03f23448d6f3696d4204fcf2e.tar.bz2
gentoo-7f56dd7e204a30f03f23448d6f3696d4204fcf2e.zip
www-apps/klaus: add Python 3.7 support
Signed-off-by: Louis Sautier <sbraz@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--www-apps/klaus/klaus-1.3.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/www-apps/klaus/klaus-1.3.0.ebuild b/www-apps/klaus/klaus-1.3.0.ebuild
index 564444a7884f..97d0bc760bac 100644
--- a/www-apps/klaus/klaus-1.3.0.ebuild
+++ b/www-apps/klaus/klaus-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
inherit distutils-r1
@@ -23,9 +23,7 @@ RDEPEND="
dev-python/humanize[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
- ctags? (
- dev-python/python-ctags[${PYTHON_USEDEP}]
- )
+ ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"