commit: 5b9b8784d1c20c08ab1533e6185ce9f459d3d513 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 13:53:17 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 13:53:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9b8784
app-forensics/yara-x: call rust_pkg_setup Closes: https://bugs.gentoo.org/943140 Signed-off-by: Sam James <sam <AT> gentoo.org> app-forensics/yara-x/yara-x-0.6.0-r1.ebuild | 2 ++ app-forensics/yara-x/yara-x-0.7.0-r1.ebuild | 2 ++ 2 files changed, 4 insertions(+) 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() {
