app-forensics/yara: Stabilize 4.3.2 amd64, #911282

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-07-27 08:07:25 +01:00
parent 84a127cd06
commit c815e2ec9d

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"