app-forensics/yara: Stabilize 4.4.0 x86, #915974

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola 2023-10-19 09:12:50 +03:00
parent 2d18af0569
commit 4e603b4bc0
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
1 changed files with 1 additions and 1 deletions

View File

@ -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"