projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a350a
)
app-text/sigil: enable 0.9.3 to support Python 3.5
author
Matthew Brewer
<tomboy64@sina.cn>
Fri, 19 Feb 2016 19:04:47 +0000
(20:04 +0100)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/app-text/sigil/sigil-0.9.3.ebuild
b/app-text/sigil/sigil-0.9.3.ebuild
index 98abaadb29717928282ad0bf3a703d0e1f400b5b..bc82d766dd541fdca417cea2e58ad22bb84df99b 100644
(file)
--- a/
app-text/sigil/sigil-0.9.3.ebuild
+++ b/
app-text/sigil/sigil-0.9.3.ebuild
@@
-1,12
+1,11
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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