diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-05-08 09:55:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-05-08 09:55:43 +0300 |
commit | 9d884957a543a6410d5a507bc09314d293909b6d (patch) | |
tree | 0b5cb4ee4646b73b97e4a349d5489d63a87e2f9f /app-forensics | |
parent | app-containers/lxc: move dbus dependency under 'systemd' use flag (diff) | |
download | gentoo-9d884957a543a6410d5a507bc09314d293909b6d.tar.gz gentoo-9d884957a543a6410d5a507bc09314d293909b6d.tar.bz2 gentoo-9d884957a543a6410d5a507bc09314d293909b6d.zip |
app-forensics/yara: Stabilize 4.5.0 x86, #931529
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.5.0.ebuild b/app-forensics/yara/yara-4.5.0.ebuild index e5874a8e7202..e37648215a38 100644 --- a/app-forensics/yara/yara-4.5.0.ebuild +++ b/app-forensics/yara/yara-4.5.0.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" |