From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E229C1581FB for ; Wed, 28 Aug 2024 20:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D45B7E2A1D; Wed, 28 Aug 2024 20:35:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0188E2A1D for ; Wed, 28 Aug 2024 20:35:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 195D3340BE0 for ; Wed, 28 Aug 2024 20:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B8211F2C for ; Wed, 28 Aug 2024 20:35:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1724877273.a22ba8fd345f1b2739e05e977205e4a4c9079d3a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/yara-x/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/yara-x/yara-x-0.5.0.ebuild X-VCS-Directories: app-forensics/yara-x/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a22ba8fd345f1b2739e05e977205e4a4c9079d3a X-VCS-Branch: master Date: Wed, 28 Aug 2024 20:35:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 400b019e-0af5-4857-809c-d10ff2f2f950 X-Archives-Hash: 5b4ac856b4609a1a67e65b6a34bfd4c2 commit: a22ba8fd345f1b2739e05e977205e4a4c9079d3a Author: Sam James gentoo org> AuthorDate: Wed Aug 28 20:34:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 28 20:34:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22ba8fd app-forensics/yara-x: Stabilize 0.5.0 amd64, #938595 Signed-off-by: Sam James gentoo.org> app-forensics/yara-x/yara-x-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara-x/yara-x-0.5.0.ebuild b/app-forensics/yara-x/yara-x-0.5.0.ebuild index c0834635b720..d658ac1b9717 100644 --- a/app-forensics/yara-x/yara-x-0.5.0.ebuild +++ b/app-forensics/yara-x/yara-x-0.5.0.ebuild @@ -530,7 +530,7 @@ LICENSE+=" " SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )