From e2476d86c53f6dde15c45e16b5dd8d7767cdbaf7 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 31 May 2016 12:45:41 +0200 Subject: [PATCH] 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 --- www-apps/klaus/klaus-1.0.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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? ( -- 2.26.2