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 B75FF158094 for ; Thu, 23 Jun 2022 06:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B520BE0BBE; Thu, 23 Jun 2022 06:45:51 +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 A00D2E0BBE for ; Thu, 23 Jun 2022 06:45:51 +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 882A7341489 for ; Thu, 23 Jun 2022 06:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9E6514 for ; Thu, 23 Jun 2022 06:45:49 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1655966736.40cce52a18b7cf1a8d4720b082d6ed0375d54483.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lz4/lz4-4.0.1.ebuild X-VCS-Directories: dev-python/lz4/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 40cce52a18b7cf1a8d4720b082d6ed0375d54483 X-VCS-Branch: master Date: Thu, 23 Jun 2022 06:45:49 +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: 2b307eb2-260d-40f0-9259-6d39e811ef11 X-Archives-Hash: 4591bd9cb4b32ebdb80b5a37e2cb228f commit: 40cce52a18b7cf1a8d4720b082d6ed0375d54483 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jun 23 06:45:36 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jun 23 06:45:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cce52a dev-python/lz4: x86 stable wrt bug #853793 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/lz4/lz4-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lz4/lz4-4.0.1.ebuild b/dev-python/lz4/lz4-4.0.1.ebuild index d659a7d26218..962aaba6cd95 100644 --- a/dev-python/lz4/lz4-4.0.1.ebuild +++ b/dev-python/lz4/lz4-4.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux" DEPEND=" app-arch/lz4:=