diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-12-08 16:38:27 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-12-21 10:04:02 +0100 |
commit | 0bd778a4aca9bea68fdb0fa98f08247dc03794e2 (patch) | |
tree | 2cbe2bde2578a280bd21bcd0b27d8077f539b423 /net-analyzer | |
parent | net-analyzer/gvm-tools: enable py3.13 (diff) | |
download | gentoo-0bd778a4aca9bea68fdb0fa98f08247dc03794e2.tar.gz gentoo-0bd778a4aca9bea68fdb0fa98f08247dc03794e2.tar.bz2 gentoo-0bd778a4aca9bea68fdb0fa98f08247dc03794e2.zip |
net-analyzer/gvm-tools: add 24.12.1, drop 24.3.0
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39633
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gvm-tools/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild (renamed from net-analyzer/gvm-tools/gvm-tools-24.3.0.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest index aed51fbfb850..5c2a2be0c915 100644 --- a/net-analyzer/gvm-tools/Manifest +++ b/net-analyzer/gvm-tools/Manifest @@ -1,2 +1,2 @@ -DIST gvm-tools-24.3.0.tar.gz 213334 BLAKE2B 0a09dc1e1c637996de306d5ecebed861f6a92caab16d6fa7d437886bc280ad078d3ef8bef019ba19541d9566a2a77ebf3e498b1bc0a6e956a649777cf78c5b6e SHA512 bf482a9bfdb9a65851ecf0ad2b66d773cb3dd3b5a0bace1b8ac7d52add4042134f83d95f41d275a426016d3bf21d2b64d42fcaa1ac84aa87ab6f73a5b0a1237f +DIST gvm-tools-24.12.1.tar.gz 243110 BLAKE2B 9d03b3a4ce692512e2c454d914dfd56bab5bf9430a241fc5e9dd85e51b03f1d3ac42212612d030e04f8f3b9ecf0b0be984d86c875d46b7ba797d671d23067dac SHA512 b27d491ba399f370d1c85b30f6a18a325478f001912796dd6ef4665712bca17275e37a9113287c703a3b671d80b0b621f94e9cde6715fb2c992371c5dc9fc9c3 DIST gvm-tools-24.8.0.tar.gz 241845 BLAKE2B 8f8d94c1dfc23d59ad5fc9cc9b165a875acb8503d3a38d0be2938d2cecdf07167ddd49420c29e316db6623ccd877afb5c22fa891fcfed8cc1bfb6aa1eb66fa4a SHA512 4434410424521f80adeb52785ba5c8f9a6548f9bfc9e7798f127c92b238b747485d6b1599f5f944f359cbf2327bf6a564250430aac3ac317f2847b61863fb829 diff --git a/net-analyzer/gvm-tools/gvm-tools-24.3.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild index aa9122f4606a..04dd4706cc52 100644 --- a/net-analyzer/gvm-tools/gvm-tools-24.3.0.ebuild +++ b/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/greenbone/gvm-tools/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" >=net-analyzer/python-gvm-23.4.2[${PYTHON_USEDEP}] |