diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-02-19 20:04:47 +0100 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-02-19 20:17:57 +0100 |
commit | 6cc51064d37531ad8a0d24324ad7e716a77bb80b (patch) | |
tree | 4b4f31e5573ee03cb1ef74488f92c69c7d67016c /app-text/sigil | |
parent | dev-python/cssutils: enable support for Python 3.5 (diff) | |
download | gentoo-6cc51064d37531ad8a0d24324ad7e716a77bb80b.tar.gz gentoo-6cc51064d37531ad8a0d24324ad7e716a77bb80b.tar.bz2 gentoo-6cc51064d37531ad8a0d24324ad7e716a77bb80b.zip |
app-text/sigil: enable 0.9.3 to support Python 3.5
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
Diffstat (limited to 'app-text/sigil')
-rw-r--r-- | app-text/sigil/sigil-0.9.3.ebuild | 5 |
1 files 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 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 |