diff options
Diffstat (limited to 'net-analyzer/gvm-libs')
-rw-r--r-- | net-analyzer/gvm-libs/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/gvm-libs/gvm-libs-22.11.0.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/gvm-libs/gvm-libs-22.15.0.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net-analyzer/gvm-libs/Manifest b/net-analyzer/gvm-libs/Manifest index db95a70bdf90..839f630f2329 100644 --- a/net-analyzer/gvm-libs/Manifest +++ b/net-analyzer/gvm-libs/Manifest @@ -1,5 +1,5 @@ DIST gvm-libs-22.11.0.tar.gz 331231 BLAKE2B 0dbd92f1d87b711a08941851dea7044d4d285ec9010ddc48025a3c67ff9a75e32d956c0f1111c6e0904f51634312625f004447611f9ac59c2a2431f665cdc2c2 SHA512 379e0145baddf78b22ac540fbbd900e03bd9b7acbb1d233b8c101b287257638a0ca4d02d8ab73d1d289e2676e9da358f5e1d5ffe0258819b31619e7427ca50ee DIST gvm-libs-22.15.0.tar.gz 360090 BLAKE2B 55414a7f2d99a21e85f02dc5ed3da98fcd778fe333cca0bc44e04eed7b2a08e570bb9cda3acd12677a89af032833a4185e720199152aebacc791a6fb88a054bd SHA512 23a2ede1da7870488eb7ffcc2c96d70bcf2f9422dd091cf02a81d15794f8e9b908958852ec355db71acd208ca68ce831f0cf812a3aa1d27a8f88250e66210af9 -EBUILD gvm-libs-22.11.0.ebuild 3088 BLAKE2B eb441b68c5f6944941acb14b88df3ccb102ffe79f4639c8eea4b4d31ec9c2c64b2d6b3a7fb31c4d968e57f504d287d49c7086a9310a72d9816555794168dac80 SHA512 926ba14535144e35aca6c5bb537c260f2a465d3b33d706183ed30e397a351f7043107a95145d87dfe2de40820fd08dc771ec414ce326591facb569ae84061f2b -EBUILD gvm-libs-22.15.0.ebuild 3108 BLAKE2B 1c3ff60082a1852bf9a9c031806300716884205b8399e32a273b6cfed36a6511f43798c798826d3ff3ae54d6d036e1132f34217e21924c60d4f8a3b439a9da81 SHA512 e3889dd6703bc18a6c3a2d629cbd7bfa6ddde146f639f4d4a49d09d61ff2bc7a2e851d362577a407faad6af1f1f791bd5dbf404d0ee22c8cd57949fb8ded5987 +EBUILD gvm-libs-22.11.0.ebuild 3103 BLAKE2B df3c2125de94d8fddb938032d22a5b0134ca64bdb2632a948c22fc8ab39093cf9b843ccaa05a889fcb0b14618306d9054ddfcf170f3af7116d016bbb78556a1f SHA512 18d42c3e1fd57d6dc82d319ddc3e2e44c3b5ecad774f36b2001a49396e524cf42c69111799e0945f7cca1a27a5203dd17a81624bfea75c7a0b3d5f1c87aa79eb +EBUILD gvm-libs-22.15.0.ebuild 3123 BLAKE2B 8e9258fac71f3ff26d127d3c04cdd1b2d9bd2a5ae682081fb6919a7d904aac7ba4dd5129ff0f0eae173273bd9cfb7c7a00abe8ef1d07b02b57818933d645d0f1 SHA512 591a64dea85f4e79cfbcd89305257bed3251163c855ce6b7c51d642ed288fa40120a3c4ce22ca5b48a84588319e203b7ec934cfbf07d90c679becb1bb22e9ff1 MISC metadata.xml 754 BLAKE2B 9f902ba7eec9d518751d3011ca10d5d54d0e32aaaa63336eed197b42022703326aa73882b934190cb2961a39adc2abdac31001de1d64aefb06853916854f227d SHA512 28fa6727b0464a3b798ccda307bfe49a7e84cd1dcb256953dc6db46c8d17f119e7082506301ed9a37dfd6cdb9f265537f6801f4df02e70e9b9eb5a46a4bbe49e diff --git a/net-analyzer/gvm-libs/gvm-libs-22.11.0.ebuild b/net-analyzer/gvm-libs/gvm-libs-22.11.0.ebuild index 4a1a8696879f..6f08ac076fc1 100644 --- a/net-analyzer/gvm-libs/gvm-libs-22.11.0.ebuild +++ b/net-analyzer/gvm-libs/gvm-libs-22.11.0.ebuild @@ -54,9 +54,9 @@ BDEPEND=" pkg_setup() { if tc-is-clang; then local clang_major_version=$(clang-major-version); - if ! has_version "sys-libs/compiler-rt-sanitizers:${clang_major_version}[profile]"; then - eerror "Compiling this package with clang requires sys-libs/compiler-rt-sanitizers to be built with 'profile' USE flag enabled" - die "Clang detected, but sys-libs/compiler-rt-sanitizers not build with 'profile' USE flag enabled" + if ! has_version "llvm-runtimes/compiler-rt-sanitizers:${clang_major_version}[profile]"; then + eerror "Compiling this package with clang requires llvm-runtimes/compiler-rt-sanitizers to be built with 'profile' USE flag enabled" + die "Clang detected, but llvm-runtimes/compiler-rt-sanitizers not build with 'profile' USE flag enabled" fi fi } diff --git a/net-analyzer/gvm-libs/gvm-libs-22.15.0.ebuild b/net-analyzer/gvm-libs/gvm-libs-22.15.0.ebuild index 6eb7dab05f46..32fb4dbd8411 100644 --- a/net-analyzer/gvm-libs/gvm-libs-22.15.0.ebuild +++ b/net-analyzer/gvm-libs/gvm-libs-22.15.0.ebuild @@ -55,9 +55,9 @@ BDEPEND=" pkg_setup() { if tc-is-clang; then local clang_major_version=$(clang-major-version); - if ! has_version "sys-libs/compiler-rt-sanitizers:${clang_major_version}[profile]"; then - eerror "Compiling this package with clang requires sys-libs/compiler-rt-sanitizers to be built with 'profile' USE flag enabled" - die "Clang detected, but sys-libs/compiler-rt-sanitizers not build with 'profile' USE flag enabled" + if ! has_version "llvm-runtimes/compiler-rt-sanitizers:${clang_major_version}[profile]"; then + eerror "Compiling this package with clang requires llvm-runtimes/compiler-rt-sanitizers to be built with 'profile' USE flag enabled" + die "Clang detected, but llvm-runtimes/compiler-rt-sanitizers not build with 'profile' USE flag enabled" fi fi } |