app-text/sigil: enable 0.9.3 to support Python 3.5
authorMatthew Brewer <tomboy64@sina.cn>
Fri, 19 Feb 2016 19:04:47 +0000 (20:04 +0100)
committerMatthew Brewer <tomboy64@sina.cn>
Fri, 19 Feb 2016 19:17:57 +0000 (20:17 +0100)
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches

app-text/sigil/sigil-0.9.3.ebuild

index 98abaadb29717928282ad0bf3a703d0e1f400b5b..bc82d766dd541fdca417cea2e58ad22bb84df99b 100644 (file)
@@ -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