diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-01-22 08:31:42 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-01-23 14:29:30 +0100 |
commit | d717f5cef888772a800cf0978dda366176eda156 (patch) | |
tree | 08fb047197c8f703a0cbfaf3e067e2facc647e2e /net-analyzer/gsad | |
parent | net-analyzer/gvm-tools: add 24.1.0, drop 23.11.0 (diff) | |
download | gentoo-d717f5cef888772a800cf0978dda366176eda156.tar.gz gentoo-d717f5cef888772a800cf0978dda366176eda156.tar.bz2 gentoo-d717f5cef888772a800cf0978dda366176eda156.zip |
net-analyzer/gsad: add 22.9.0, drop 22.8.0
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34959
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/gsad')
-rw-r--r-- | net-analyzer/gsad/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/gsad/gsad-22.9.0.ebuild (renamed from net-analyzer/gsad/gsad-22.8.0.ebuild) | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/gsad/Manifest b/net-analyzer/gsad/Manifest index f138be8c6bb9..3f7b5af73161 100644 --- a/net-analyzer/gsad/Manifest +++ b/net-analyzer/gsad/Manifest @@ -1 +1 @@ -DIST gsad-22.8.0.tar.gz 224470 BLAKE2B c388be0d402b779dac537d3e436bb735b49f63e7ef624645cd6382dc2066a58503991f6b0528e42307ff30dbf7b7aac773fac756329072d45e22811e1643231d SHA512 21dc9fa846a734874a721ed0ab3ad0fea839c57c34efbc62ca9f6fe89a42b7327cd5e945a9d64bcedb914368f4dc0a392f17ce0beb831d84a242a96cabef8e97 +DIST gsad-22.9.0.tar.gz 224735 BLAKE2B da1ee149f6937ef2bb6d23391bf8594b776c8396d2a9fb0733b6d6933e1bd002ae560c178f8c300a09fd0d73c92615b750728fe8302f00b91e11926fe1a15aaa SHA512 ffe146a0dc87d2d95835dfa9b8eaeb2825a24aabe0f97e2ebd525235f96b23907476154fa52789c1d30d53daaf256743a4723db06e94bf6d4db98aaa57f08004 diff --git a/net-analyzer/gsad/gsad-22.8.0.ebuild b/net-analyzer/gsad/gsad-22.9.0.ebuild index 3a2e42410abc..2230d3f5a627 100644 --- a/net-analyzer/gsad/gsad-22.8.0.ebuild +++ b/net-analyzer/gsad/gsad-22.9.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz SLOT="0" LICENSE="AGPL-3+" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="brotli doc" DEPEND=" acct-user/gvm @@ -23,6 +23,9 @@ DEPEND=" >=net-libs/gnutls-3.2.15:= >=sys-libs/zlib-1.2 dev-libs/libgcrypt:0= + brotli? ( + app-arch/brotli + ) " RDEPEND=" |