summaryrefslogtreecommitdiff
path: root/net-analyzer/gvm-tools
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/gvm-tools')
-rw-r--r--net-analyzer/gvm-tools/Manifest2
-rw-r--r--net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest
index 5f4c85ddab4d..c8cfcd22890f 100644
--- a/net-analyzer/gvm-tools/Manifest
+++ b/net-analyzer/gvm-tools/Manifest
@@ -1,5 +1,5 @@
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
-EBUILD gvm-tools-24.12.1.ebuild 624 BLAKE2B 6f7ab42b3090230db24f82b9e24a77cd7f01e428b3977eef063cd0c20220c76df9c95f67b6a965a54743c487c4ef70928916a86655cf963260007753c9c7a140 SHA512 d3f8c2ca7d89bf1190839e87751730b539ea524996bcdda806e877bc1f0bb26c5bee33926df1b95d9fc69ce846fe124263318afa71f65584bbd829d0cc3e70c6
+EBUILD gvm-tools-24.12.1.ebuild 633 BLAKE2B 8bbcaf658960f176447ad5d05fcb046895b87ce875423a93e1045edf7f5733d9f0e5e23a7a4a0fdf9c8119feaa9e05bb190ee745ce31efd046244834aa108f4b SHA512 e01f32d1ab4839faf26a1efb5ef58f2f937ad62a070658e6aafe6cb5fd3dccfa3673fdfeec9acc0232be1e7ca160d4451c279f252a4eee70b42268dff43e31ae
EBUILD gvm-tools-24.8.0.ebuild 628 BLAKE2B 55ac9a8a514ae2b923a2f1a1390f2a2cd7005b2681f195413abc87f7c0174af5fc96d4227c46df7699d49a57737ae7ebdde70c4f3f1e913653415c1018415ab2 SHA512 abfdab0ebf6b95647cc4beb84f07847587bf2da45c24107e11ad144b4681da06588c6777d68603f812061b5ed583539440873e73dcc0b7b593f49ebdbbf43d0d
MISC metadata.xml 906 BLAKE2B 14ad7500a606fc905fb68739b5b36a69502ea54a56d666eb2a054ee235489c14569262d2b75ec902c777f1e59cfe87b6f323104221839136f870df4e4dfa7586 SHA512 b794f27993b95ce7ec037077430e315a813199e709d233666fe18e1f085f366886344b9c3cd227ce67cdd0be7b8e71e0a2df8ba6e78950be95ab9cc1696725c5
diff --git a/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild b/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild
index 04dd4706cc52..27dd104afc34 100644
--- a/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild
+++ b/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1