diff options
author | Sam James <sam@gentoo.org> | 2024-11-14 03:14:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-14 03:14:57 +0000 |
commit | de4e0db1edd8f63f85694984ac0b372f1f1f6a35 (patch) | |
tree | af4a7e59f13cd8f594fd5549c04006dbad9b7762 /app-forensics | |
parent | sys-apps/sg3_utils: Stabilize 1.48 x86, #943468 (diff) | |
download | gentoo-de4e0db1edd8f63f85694984ac0b372f1f1f6a35.tar.gz gentoo-de4e0db1edd8f63f85694984ac0b372f1f1f6a35.tar.bz2 gentoo-de4e0db1edd8f63f85694984ac0b372f1f1f6a35.zip |
app-forensics/yara: Stabilize 4.5.2 x86, #943470
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.5.2.ebuild b/app-forensics/yara/yara-4.5.2.ebuild index 0ceb7748b741..7c84bb8c7d57 100644 --- a/app-forensics/yara/yara-4.5.2.ebuild +++ b/app-forensics/yara/yara-4.5.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" |