diff options
Diffstat (limited to 'net-analyzer/ospd/ospd-1.3.2.ebuild')
-rw-r--r-- | net-analyzer/ospd/ospd-1.3.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-analyzer/ospd/ospd-1.3.2.ebuild b/net-analyzer/ospd/ospd-1.3.2.ebuild index 9b9c31af66ea..ce11b4a1aa1d 100644 --- a/net-analyzer/ospd/ospd-1.3.2.ebuild +++ b/net-analyzer/ospd/ospd-1.3.2.ebuild @@ -6,20 +6,19 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 -DESCRIPTION="Openvas OSP (Open Scanner Protocol)" -HOMEPAGE="http://www.openvas.org/" +DESCRIPTION="Base class for scanner wrappers,communication protocol for GVM" +HOMEPAGE="https://www.greenbone.net/en/" SRC_URI="https://github.com/greenbone/ospd/archive/v1.3.2.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" IUSE="extras" RDEPEND=" dev-python/defusedxml[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] - dev-python/paramiko[${PYTHON_USEDEP}] - >=net-analyzer/greenbone-security-assistant-7.0.3" + dev-python/paramiko[${PYTHON_USEDEP}]" DEPEND=" ${RDEPEND}" |