diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-18 12:11:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-18 12:16:18 +0200 |
commit | 56dd81d5d2ebef77c1ba31f172d00a161b65050e (patch) | |
tree | 7d49c6e12b373c2c93c40e9a1c6fc15aea947ec4 /net-news/canto-daemon | |
parent | app-cdr/mirage2iso: Bump to 0.4.2 (diff) | |
download | gentoo-56dd81d5d2ebef77c1ba31f172d00a161b65050e.tar.gz gentoo-56dd81d5d2ebef77c1ba31f172d00a161b65050e.tar.bz2 gentoo-56dd81d5d2ebef77c1ba31f172d00a161b65050e.zip |
net-news/canto-daemon: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-news/canto-daemon')
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild b/net-news/canto-daemon/canto-daemon-0.9.1.ebuild index b472b35af9e3..16b7ea1a8d7c 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 multilib |