commit:     e2476d86c53f6dde15c45e16b5dd8d7767cdbaf7
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue May 31 10:45:41 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 07:07:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2476d86

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 <monsieurp <AT> gentoo.org>

 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 9f7ebd0..97cbe3e 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? (

Reply via email to