summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-09 13:53:17 +0000
committerSam James <sam@gentoo.org>2024-11-09 13:53:17 +0000
commit5b9b8784d1c20c08ab1533e6185ce9f459d3d513 (patch)
tree1f3b9eb7e1544b36584909d2fe2a43a92ba9f881 /app-forensics
parentnet-analyzer/suricata: fix pkg_setup typo (diff)
downloadgentoo-5b9b8784d1c20c08ab1533e6185ce9f459d3d513.tar.gz
gentoo-5b9b8784d1c20c08ab1533e6185ce9f459d3d513.tar.bz2
gentoo-5b9b8784d1c20c08ab1533e6185ce9f459d3d513.zip
app-forensics/yara-x: call rust_pkg_setup
Closes: https://bugs.gentoo.org/943140 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/yara-x/yara-x-0.6.0-r1.ebuild2
-rw-r--r--app-forensics/yara-x/yara-x-0.7.0-r1.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/app-forensics/yara-x/yara-x-0.6.0-r1.ebuild b/app-forensics/yara-x/yara-x-0.6.0-r1.ebuild
index bca3d88152a2..e0081b8043e6 100644
--- a/app-forensics/yara-x/yara-x-0.6.0-r1.ebuild
+++ b/app-forensics/yara-x/yara-x-0.6.0-r1.ebuild
@@ -566,6 +566,8 @@ QA_FLAGS_IGNORED="usr/bin/yr"
pkg_setup() {
# https://bugs.gentoo.org/933233
QA_SONAME="usr/$(get_libdir)/libyara_x.*\\.so usr/lib.*/py.*/site-packages/yara_x/yara_x.*\\.so"
+
+ rust_pkg_setup
}
src_prepare() {
diff --git a/app-forensics/yara-x/yara-x-0.7.0-r1.ebuild b/app-forensics/yara-x/yara-x-0.7.0-r1.ebuild
index 1f95cf49b85c..080e062c987d 100644
--- a/app-forensics/yara-x/yara-x-0.7.0-r1.ebuild
+++ b/app-forensics/yara-x/yara-x-0.7.0-r1.ebuild
@@ -559,6 +559,8 @@ QA_FLAGS_IGNORED="usr/bin/yr"
pkg_setup() {
# https://bugs.gentoo.org/933233
QA_SONAME="usr/$(get_libdir)/libyara_x.*\\.so usr/lib.*/py.*/site-packages/yara_x/yara_x.*\\.so"
+
+ rust_pkg_setup
}
src_prepare() {