From: Matthew Brewer Date: Fri, 19 Feb 2016 19:04:47 +0000 (+0100) Subject: app-text/sigil: enable 0.9.3 to support Python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6cc51064d37531ad8a0d24324ad7e716a77bb80b;p=gentoo.git app-text/sigil: enable 0.9.3 to support Python 3.5 Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches --- diff --git a/app-text/sigil/sigil-0.9.3.ebuild b/app-text/sigil/sigil-0.9.3.ebuild index 98abaadb2971..bc82d766dd54 100644 --- a/app-text/sigil/sigil-0.9.3.ebuild +++ b/app-text/sigil/sigil-0.9.3.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 CMAKE_MIN_VERSION="3.0" -# Sigil supports Python 3.5 already. Include it when our deps support it. -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_4 python3_5 ) inherit eutils cmake-utils python-single-r1