diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2020-11-04 12:38:27 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2020-11-04 12:39:49 +0100 |
commit | a4d58a96193c8a8eaf1d64b25113e9ef180f565b (patch) | |
tree | bd8b599dae1e6adab59fe52af3d03d87760f4d01 /net-proxy/hatop | |
parent | dev-python/pytest-services: Remove old (diff) | |
download | gentoo-a4d58a96193c8a8eaf1d64b25113e9ef180f565b.tar.gz gentoo-a4d58a96193c8a8eaf1d64b25113e9ef180f565b.tar.bz2 gentoo-a4d58a96193c8a8eaf1d64b25113e9ef180f565b.zip |
net-proxy/hatop: Remove haproxy dependency, re bug 753002
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy/hatop')
-rw-r--r-- | net-proxy/hatop/hatop-0.8.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-proxy/hatop/hatop-0.8.0.ebuild b/net-proxy/hatop/hatop-0.8.0.ebuild index 2c3f9331958c..d0d52230960a 100644 --- a/net-proxy/hatop/hatop-0.8.0.ebuild +++ b/net-proxy/hatop/hatop-0.8.0.ebuild @@ -20,8 +20,7 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - net-proxy/haproxy" +RDEPEND="${DEPEND}" src_install() { python_foreach_impl python_doscript bin/hatop |