Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sigil/
Date: Sat, 20 Feb 2016 02:30:09
Message-Id: 1455909477.6cc51064d37531ad8a0d24324ad7e716a77bb80b.idella4@gentoo
1 commit: 6cc51064d37531ad8a0d24324ad7e716a77bb80b
2 Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
3 AuthorDate: Fri Feb 19 19:04:47 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 19:17:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc51064
7
8 app-text/sigil: enable 0.9.3 to support Python 3.5
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --ignore-arches
12
13 app-text/sigil/sigil-0.9.3.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/sigil/sigil-0.9.3.ebuild b/app-text/sigil/sigil-0.9.3.ebuild
17 index 98abaad..bc82d76 100644
18 --- a/app-text/sigil/sigil-0.9.3.ebuild
19 +++ b/app-text/sigil/sigil-0.9.3.ebuild
20 @@ -1,12 +1,11 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27 CMAKE_MIN_VERSION="3.0"
28
29 -# Sigil supports Python 3.5 already. Include it when our deps support it.
30 -PYTHON_COMPAT=( python3_4 )
31 +PYTHON_COMPAT=( python3_4 python3_5 )
32
33 inherit eutils cmake-utils python-single-r1