Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Wed, 09 Jun 2021 23:56:17
Message-Id: 1623282948.9d017ba828cdc38fe5d247cade10d42957c9ec7c.sam@gentoo
1 commit: 9d017ba828cdc38fe5d247cade10d42957c9ec7c
2 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
3 AuthorDate: Tue Aug 11 22:09:57 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 23:55:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d017ba8
7
8 net-misc/nyx: require python[ncurses]
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
12 Closes: https://github.com/gentoo/gentoo/pull/17093
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-misc/nyx/{nyx-2.1.0-r1.ebuild => nyx-2.1.0-r2.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
19 similarity index 94%
20 rename from net-misc/nyx/nyx-2.1.0-r1.ebuild
21 rename to net-misc/nyx/nyx-2.1.0-r2.ebuild
22 index cfc8c7e5f17..bdfe4377ba8 100644
23 --- a/net-misc/nyx/nyx-2.1.0-r1.ebuild
24 +++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
25 @@ -4,7 +4,7 @@
26 EAPI=7
27
28 PYTHON_COMPAT=(python3_{7,8} pypy3)
29 -PYTHON_REQ_USE='sqlite(-)'
30 +PYTHON_REQ_USE='ncurses,sqlite(-)'
31 DISTUTILS_USE_SETUPTOOLS=rdepend
32
33 inherit distutils-r1