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 7416415806E for ; Thu, 25 May 2023 08:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B880FE081E; Thu, 25 May 2023 08:08:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A0630E081E for ; Thu, 25 May 2023 08:08:50 +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 E69FC340DFE for ; Thu, 25 May 2023 08:08:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E518A67 for ; Thu, 25 May 2023 08:08:48 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685002122.8b7362e017844b34afa17950ac4d0f5f54104c1a.arthurzam@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.3.1.ebuild X-VCS-Directories: dev-python/yara-python/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8b7362e017844b34afa17950ac4d0f5f54104c1a X-VCS-Branch: master Date: Thu, 25 May 2023 08:08:48 +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: 96f0eb3f-7b70-4d44-8c1c-2c49018bb47c X-Archives-Hash: 7f566a51d5dfb12a8f9f3c4c33df86c1 commit: 8b7362e017844b34afa17950ac4d0f5f54104c1a Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 25 08:08:42 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 25 08:08:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7362e0 dev-python/yara-python: Stabilize 4.3.1 x86, #907151 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/yara-python/yara-python-4.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yara-python/yara-python-4.3.1.ebuild b/dev-python/yara-python/yara-python-4.3.1.ebuild index a4fa9fa8737f..45e972b60f6d 100644 --- a/dev-python/yara-python/yara-python-4.3.1.ebuild +++ b/dev-python/yara-python/yara-python-4.3.1.ebuild @@ -15,7 +15,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"