diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-03-25 15:43:10 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-25 15:45:28 +0200 |
commit | ebf7834649d147b6e545a782e55df4da1621f51b (patch) | |
tree | b4fb0f6516c6447e6546f0983362705d2423b1b1 | |
parent | net-analyzer/ospd: DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-ebf7834649d147b6e545a782e55df4da1621f51b.tar.gz gentoo-ebf7834649d147b6e545a782e55df4da1621f51b.tar.bz2 gentoo-ebf7834649d147b6e545a782e55df4da1621f51b.zip |
net-analyzer/ospd-openvas: DISTUTILS_USE_SETUPTOOLS=rdepend
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild b/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild index 8c2dfcfee26f..4b9108b1e259 100644 --- a/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild +++ b/net-analyzer/ospd-openvas/ospd-openvas-1.0.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_6 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 systemd DESCRIPTION="This is an OSP server implementation to allow GVM to remotely control OpenVAS" |