commit: 96261a5790d151d2ea648d22cf589441176ae725 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 28 11:56:30 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 11:56:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96261a57
app-forensics/yara: Stabilize 4.5.1 x86, #935060 Signed-off-by: Sam James <sam <AT> gentoo.org> app-forensics/yara/yara-4.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara/yara-4.5.1.ebuild b/app-forensics/yara/yara-4.5.1.ebuild index 0ceb7748b741..7c84bb8c7d57 100644 --- a/app-forensics/yara/yara-4.5.1.ebuild +++ b/app-forensics/yara/yara-4.5.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then else SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${PV/_/-}" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 x86" fi LICENSE="Apache-2.0"