diff options
author | Sam James <sam@gentoo.org> | 2023-07-27 08:07:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-27 08:07:25 +0100 |
commit | c815e2ec9d3271c231e005b396213dbfd2eaa374 (patch) | |
tree | 55c2ea3f640c646d18a79a9aeaff71d7e94a271b /app-forensics | |
parent | app-forensics/yara: Stabilize 4.3.2 x86, #911282 (diff) | |
download | gentoo-c815e2ec9d3271c231e005b396213dbfd2eaa374.tar.gz gentoo-c815e2ec9d3271c231e005b396213dbfd2eaa374.tar.bz2 gentoo-c815e2ec9d3271c231e005b396213dbfd2eaa374.zip |
app-forensics/yara: Stabilize 4.3.2 amd64, #911282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.3.2.ebuild b/app-forensics/yara/yara-4.3.2.ebuild index dcace98cd031..71cdcbc586e9 100644 --- a/app-forensics/yara/yara-4.3.2.ebuild +++ b/app-forensics/yara/yara-4.3.2.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" |