summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Lin <jeffrey@icurse.nl>2020-08-11 18:09:57 -0400
committerSam James <sam@gentoo.org>2021-06-09 23:55:48 +0000
commit9d017ba828cdc38fe5d247cade10d42957c9ec7c (patch)
tree8df3fd255cec4649ee8ecda851c2214022f25c24 /net-misc/nyx
parentnet-misc/stunnel: add changelog (diff)
downloadgentoo-9d017ba828cdc38fe5d247cade10d42957c9ec7c.tar.gz
gentoo-9d017ba828cdc38fe5d247cade10d42957c9ec7c.tar.bz2
gentoo-9d017ba828cdc38fe5d247cade10d42957c9ec7c.zip
net-misc/nyx: require python[ncurses]
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Closes: https://github.com/gentoo/gentoo/pull/17093 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/nyx')
-rw-r--r--net-misc/nyx/nyx-2.1.0-r2.ebuild (renamed from net-misc/nyx/nyx-2.1.0-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
index cfc8c7e5f17d..bdfe4377ba80 100644
--- a/net-misc/nyx/nyx-2.1.0-r1.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=(python3_{7,8} pypy3)
-PYTHON_REQ_USE='sqlite(-)'
+PYTHON_REQ_USE='ncurses,sqlite(-)'
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1