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 C428C158064 for ; Wed, 8 May 2024 08:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1829FE2B40; Wed, 8 May 2024 08:18:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C7962E2B3D for ; Wed, 8 May 2024 08:18:53 +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 1037134317A for ; Wed, 8 May 2024 08:18:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E9219F4 for ; Wed, 8 May 2024 08:18:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1715156323.d37e4a8c5e8523cc74342cf721ebfd45df3ee3b8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yara-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yara-python/yara-python-4.5.0.ebuild X-VCS-Directories: dev-python/yara-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d37e4a8c5e8523cc74342cf721ebfd45df3ee3b8 X-VCS-Branch: master Date: Wed, 8 May 2024 08:18:51 +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: e124047e-5fb1-4808-bd1d-d38e148aca1b X-Archives-Hash: c43e297eff51b4cb2dffef4114ea96b8 commit: d37e4a8c5e8523cc74342cf721ebfd45df3ee3b8 Author: Michał Górny gentoo org> AuthorDate: Wed May 8 08:18:43 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 8 08:18:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37e4a8c dev-python/yara-python: Stabilize 4.5.0 x86, #931530 Signed-off-by: Michał Górny gentoo.org> dev-python/yara-python/yara-python-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yara-python/yara-python-4.5.0.ebuild b/dev-python/yara-python/yara-python-4.5.0.ebuild index e10d2bc144f4..c01240ab0d3d 100644 --- a/dev-python/yara-python/yara-python-4.5.0.ebuild +++ b/dev-python/yara-python/yara-python-4.5.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/VirusTotal/yara-python.git" else SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 x86" fi LICENSE="Apache-2.0"