Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Sun, 10 May 2020 16:46:15
Message-Id: 1589129159.d53b6d38b8f6ad117a0de34bd3bfcd3097227156.asturm@gentoo
1 commit: d53b6d38b8f6ad117a0de34bd3bfcd3097227156
2 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
3 AuthorDate: Sun Feb 23 03:50:21 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 16:45:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b6d38
7
8 net-misc/nyx: require dev-lang/python[sqlite]
9
10 Closes: https://bugs.gentoo.org/715170
11 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
12 Closes: https://github.com/gentoo/gentoo/pull/14746
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-misc/nyx/{nyx-2.1.0.ebuild => nyx-2.1.0-r1.ebuild} | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild
19 similarity index 91%
20 rename from net-misc/nyx/nyx-2.1.0.ebuild
21 rename to net-misc/nyx/nyx-2.1.0-r1.ebuild
22 index 99d81268a58..a95caeb5ea5 100644
23 --- a/net-misc/nyx/nyx-2.1.0.ebuild
24 +++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild
25 @@ -3,6 +3,7 @@
26
27 EAPI=6
28 PYTHON_COMPAT=(python{3_6,3_7,3_8})
29 +PYTHON_REQ_USE='sqlite(-)'
30
31 inherit vcs-snapshot distutils-r1
32
33 @@ -24,5 +25,5 @@ RESTRICT="!test? ( test )"
34 DEPEND="
35 dev-python/setuptools[${PYTHON_USEDEP}]"
36 RDEPEND="
37 - net-libs/stem
38 + net-libs/stem[${PYTHON_USEDEP}]
39 net-vpn/tor"