From: Louis Sautier Date: Tue, 31 May 2016 10:45:41 +0000 (+0200) Subject: www-apps/klaus: add Python 3 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e2476d86c53f6dde15c45e16b5dd8d7767cdbaf7;p=gentoo.git www-apps/klaus: add Python 3 support Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1572 Signed-off-by: Patrice Clement --- diff --git a/www-apps/klaus/klaus-1.0.1.ebuild b/www-apps/klaus/klaus-1.0.1.ebuild index 9f7ebd01a9a8..97cbe3ef1b9c 100644 --- a/www-apps/klaus/klaus-1.0.1.ebuild +++ b/www-apps/klaus/klaus-1.0.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ + EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 @@ -20,7 +21,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}] + >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}] dev-python/httpauth[${PYTHON_USEDEP}] dev-python/humanize[${PYTHON_USEDEP}] ctags? (