commit: 6cc51064d37531ad8a0d24324ad7e716a77bb80b Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn> AuthorDate: Fri Feb 19 19:04:47 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Fri Feb 19 19:17:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc51064
app-text/sigil: enable 0.9.3 to support Python 3.5 Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches app-text/sigil/sigil-0.9.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/sigil/sigil-0.9.3.ebuild b/app-text/sigil/sigil-0.9.3.ebuild index 98abaad..bc82d76 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
