summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2021-09-10 13:04:32 +0300
committerSergey Popov <pinkbyte@gentoo.org>2021-09-10 13:06:07 +0300
commit90fbb9d6ba75985d908a6014a99005da027a270f (patch)
treec2f074c7e8df87d86055564b66827fe84be2a42b /net-news
parentnet-news/canto-daemon: version bump, add Python 3.9 support (diff)
downloadgentoo-90fbb9d6ba75985d908a6014a99005da027a270f.tar.gz
gentoo-90fbb9d6ba75985d908a6014a99005da027a270f.tar.bz2
gentoo-90fbb9d6ba75985d908a6014a99005da027a270f.zip
net-news/canto-curses: add Python 3.9 support
Fix incorrect DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/808061 Closes: https://bugs.gentoo.org/809455 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/canto-curses/canto-curses-0.9.9.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild
index 56cf49fe4a01..d84861c52fb5 100644
--- a/net-news/canto-curses/canto-curses-0.9.9.ebuild
+++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8,9} )
PYTHON_REQ_USE="ncurses(+),threads(+)"
inherit distutils-r1 multilib