diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-05-02 17:52:43 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-02 18:03:36 +0200 |
commit | d49d32accf564f5701c7acae533c60d019a145cc (patch) | |
tree | cea4278890743c90aa2ea6ca6f6c12fd204f66ad /net-analyzer/gvm-libs | |
parent | app-containers/docker-compose: add 2.5.0 (diff) | |
download | gentoo-d49d32accf564f5701c7acae533c60d019a145cc.tar.gz gentoo-d49d32accf564f5701c7acae533c60d019a145cc.tar.bz2 gentoo-d49d32accf564f5701c7acae533c60d019a145cc.zip |
net-analyzer/gvm-libs: USE 'extras' → 'doc', swap LICENSE/SLOT order
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/gvm-libs')
-rw-r--r-- | net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild (renamed from net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild index d0be82300d56..54c52a6248a7 100644 --- a/net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild +++ b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild @@ -10,10 +10,10 @@ DESCRIPTION="Greenbone vulnerability management libraries, previously named open HOMEPAGE="https://www.greenbone.net/en/ https://github.com/greenbone/gvm-libs/" SRC_URI="https://github.com/greenbone/gvm-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="GPL-2+" +SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="extras ldap test radius" +IUSE="doc ldap test radius" RESTRICT="!test? ( test )" DEPEND=" @@ -43,7 +43,7 @@ BDEPEND=" sys-devel/bison sys-devel/flex virtual/pkgconfig - extras? ( + doc? ( app-doc/doxygen[dot] app-doc/xmltoman app-text/htmldoc @@ -59,7 +59,7 @@ PATCHES=( src_prepare() { cmake_src_prepare # QA-Fix | Remove doxygen warnings for !CLANG - if use extras; then + if use doc; then if ! tc-is-clang; then local f for f in doc/*.in @@ -93,7 +93,7 @@ src_configure() { src_compile() { cmake_src_compile - if use extras; then + if use doc; then cmake_build -C "${BUILD_DIR}" doc cmake_build doc-full -C "${BUILD_DIR}" doc fi @@ -104,7 +104,7 @@ src_compile() { } src_install() { - if use extras; then + if use doc; then local HTML_DOCS=( "${BUILD_DIR}"/doc/generated/html/. ) fi cmake_src_install |