commit: d53b6d38b8f6ad117a0de34bd3bfcd3097227156 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl> AuthorDate: Sun Feb 23 03:50:21 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 10 16:45:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b6d38
net-misc/nyx: require dev-lang/python[sqlite] Closes: https://bugs.gentoo.org/715170 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl> Closes: https://github.com/gentoo/gentoo/pull/14746 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-misc/nyx/{nyx-2.1.0.ebuild => nyx-2.1.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild similarity index 91% rename from net-misc/nyx/nyx-2.1.0.ebuild rename to net-misc/nyx/nyx-2.1.0-r1.ebuild index 99d81268a58..a95caeb5ea5 100644 --- a/net-misc/nyx/nyx-2.1.0.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_REQ_USE='sqlite(-)' inherit vcs-snapshot distutils-r1 @@ -24,5 +25,5 @@ RESTRICT="!test? ( test )" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" - net-libs/stem + net-libs/stem[${PYTHON_USEDEP}] net-vpn/tor"
