commit: 7f56dd7e204a30f03f23448d6f3696d4204fcf2e
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 08:46:47 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 08:47:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f56dd7e
www-apps/klaus: add Python 3.7 support
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
www-apps/klaus/klaus-1.3.0.ebuild | 8 +++-----
1 file 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 564444a7884..97d0bc760ba 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}]"