diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:01:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:49:51 +0100 |
commit | 4880c45509fa96030ab8080c66dc2cbeeef90432 (patch) | |
tree | 6b987101a429fea20f9d6494d541a15f6f12e4b0 /net-misc/nyx | |
parent | dev-python/slixmpp: Use pypi.eclass only in non-live branch (diff) | |
download | gentoo-4880c45509fa96030ab8080c66dc2cbeeef90432.tar.gz gentoo-4880c45509fa96030ab8080c66dc2cbeeef90432.tar.bz2 gentoo-4880c45509fa96030ab8080c66dc2cbeeef90432.zip |
net-misc/nyx: Use pypi.eclass only in non-live branch
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/nyx')
-rw-r--r-- | net-misc/nyx/nyx-2.1.0-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/nyx/nyx-2.1.0-r5.ebuild b/net-misc/nyx/nyx-2.1.0-r5.ebuild index 105ebe53d874..bdf65be113ce 100644 --- a/net-misc/nyx/nyx-2.1.0-r5.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 ) PYTHON_REQ_USE='ncurses,sqlite(-)' DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi +inherit distutils-r1 DESCRIPTION="Utility to monitor real time Tor status information" HOMEPAGE="https://nyx.torproject.org" @@ -16,6 +16,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" + inherit pypi fi LICENSE="GPL-3" |