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 BB448158041 for ; Mon, 11 Mar 2024 16:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E29442BC02B; Mon, 11 Mar 2024 16:17:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A0D5F2BC02B for ; Mon, 11 Mar 2024 16:17:17 +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 40D9E33FE7D for ; Mon, 11 Mar 2024 16:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A43311521 for ; Mon, 11 Mar 2024 16:17:13 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1710173509.fee7f999473ea85d222305a9dba28d0add0c365c.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/simde/simde-0.7.6-r1.ebuild X-VCS-Directories: dev-libs/simde/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: fee7f999473ea85d222305a9dba28d0add0c365c X-VCS-Branch: master Date: Mon, 11 Mar 2024 16:17:13 +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: 200f01c1-a3fd-4c84-b28e-0131e867242e X-Archives-Hash: 5d078121c1ed41030ef7dc03f622f4d4 commit: fee7f999473ea85d222305a9dba28d0add0c365c Author: Matoro Mahri matoro tk> AuthorDate: Sun Mar 10 23:03:56 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Mar 11 16:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee7f999 dev-libs/simde: Keyword 0.7.6-r1 x86, #925487 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Viorel Munteanu gentoo.org> dev-libs/simde/simde-0.7.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/simde/simde-0.7.6-r1.ebuild b/dev-libs/simde/simde-0.7.6-r1.ebuild index 1d44964b94c2..39b4251763c9 100644 --- a/dev-libs/simde/simde-0.7.6-r1.ebuild +++ b/dev-libs/simde/simde-0.7.6-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )"