commit: 04e86e80a542ebb46e33bd413ad8a54eb6d5f402 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Wed Nov 5 17:40:52 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 24 17:21:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e86e80
app-forensics/yara: sync live Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/44495 Signed-off-by: Sam James <sam <AT> gentoo.org> app-forensics/yara/yara-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-forensics/yara/yara-9999.ebuild b/app-forensics/yara/yara-9999.ebuild index 0ceb7748b741..7a5d2e71ff55 100644 --- a/app-forensics/yara/yara-9999.ebuild +++ b/app-forensics/yara/yara-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,6 +33,9 @@ PDEPEND="python? ( =dev-python/yara-python-$(ver_cut 1)* )" src_prepare() { default + + sed -i -e "/yara_LDFLAGS = -static/d" Makefile.am || die + eautoreconf }
