summaryrefslogtreecommitdiff
path: root/net-misc/nyx/nyx-2.1.0-r5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/nyx/nyx-2.1.0-r5.ebuild')
-rw-r--r--net-misc/nyx/nyx-2.1.0-r5.ebuild3
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"