Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/canto-daemon/
Date: Sun, 18 Jun 2017 10:16:27
Message-Id: 1497780978.56dd81d5d2ebef77c1ba31f172d00a161b65050e.pacho@gentoo
1 commit: 56dd81d5d2ebef77c1ba31f172d00a161b65050e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 10:11:38 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 10:16:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56dd81d5
7
8 net-news/canto-daemon: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-news/canto-daemon/canto-daemon-0.9.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild b/net-news/canto-daemon/canto-daemon-0.9.1.ebuild
16 index b472b35af9e..16b7ea1a8d7 100644
17 --- a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild
18 +++ b/net-news/canto-daemon/canto-daemon-0.9.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25
26 -PYTHON_COMPAT=( python3_4 )
27 +PYTHON_COMPAT=( python3_{4,5,6} )
28 PYTHON_REQ_USE="xml(+),threads(+)"
29 inherit distutils-r1 multilib