commit: 9d017ba828cdc38fe5d247cade10d42957c9ec7c Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl> AuthorDate: Tue Aug 11 22:09:57 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 9 23:55:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d017ba8
net-misc/nyx: require python[ncurses] Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl> Closes: https://github.com/gentoo/gentoo/pull/17093 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/nyx/{nyx-2.1.0-r1.ebuild => nyx-2.1.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild similarity index 94% rename from net-misc/nyx/nyx-2.1.0-r1.ebuild rename to net-misc/nyx/nyx-2.1.0-r2.ebuild index cfc8c7e5f17..bdfe4377ba8 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
