diff options
author | Sam James <sam@gentoo.org> | 2023-07-27 08:07:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-27 08:07:24 +0100 |
commit | 84a127cd06f303a9b522256e6419081d06775fb0 (patch) | |
tree | e94af69beedb1595b2126373557dfdab537d93ab /app-forensics | |
parent | media-sound/abcmidi: Stabilize 2023.06.25 amd64, #911278 (diff) | |
download | gentoo-84a127cd06f303a9b522256e6419081d06775fb0.tar.gz gentoo-84a127cd06f303a9b522256e6419081d06775fb0.tar.bz2 gentoo-84a127cd06f303a9b522256e6419081d06775fb0.zip |
app-forensics/yara: Stabilize 4.3.2 x86, #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 389b8493c70f..dcace98cd031 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" |