commit: d82d450a861518c0ead94f69d706f5bb46f1b70d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu May 25 08:15:24 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu May 25 08:15:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82d450a
app-forensics/yara: Stabilize 4.3.1 x86, #907152 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-forensics/yara/yara-4.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara/yara-4.3.1.ebuild b/app-forensics/yara/yara-4.3.1.ebuild index 3862dff1c51a..acf23536f6c0 100644 --- a/app-forensics/yara/yara-4.3.1.ebuild +++ b/app-forensics/yara/yara-4.3.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"