diff options
author | Sam James <sam@gentoo.org> | 2024-06-28 13:58:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-28 13:58:45 +0100 |
commit | e0016fa7038eb762aff8503ac15ee82281dae8ea (patch) | |
tree | c79a753c9c21e1125ad0218e644923e40ed0d775 /app-forensics | |
parent | net-im/synapse: Stabilize 1.108.0 amd64, #935058 (diff) | |
download | gentoo-e0016fa7038eb762aff8503ac15ee82281dae8ea.tar.gz gentoo-e0016fa7038eb762aff8503ac15ee82281dae8ea.tar.bz2 gentoo-e0016fa7038eb762aff8503ac15ee82281dae8ea.zip |
app-forensics/yara: Stabilize 4.5.1 amd64, #935060
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.5.1.ebuild b/app-forensics/yara/yara-4.5.1.ebuild index 7c84bb8c7d57..af89f90dd61a 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" |