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 AE580158089 for ; Sat, 9 Sep 2023 16:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E801D2BC024; Sat, 9 Sep 2023 16:27:43 +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 CA61D2BC024 for ; Sat, 9 Sep 2023 16:27:43 +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 DF768335C56 for ; Sat, 9 Sep 2023 16:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89D381127 for ; Sat, 9 Sep 2023 16:27:41 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1694276849.c785a3eeb3fafa8ce128b8c8732137a1e50583fe.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/xsimd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/xsimd/xsimd-11.1.0.ebuild X-VCS-Directories: dev-cpp/xsimd/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c785a3eeb3fafa8ce128b8c8732137a1e50583fe X-VCS-Branch: master Date: Sat, 9 Sep 2023 16:27:41 +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: e3979b86-092f-4d81-8981-3e190bb82c90 X-Archives-Hash: 11241bfaf9407d5394d4fcda01a1b7d7 commit: c785a3eeb3fafa8ce128b8c8732137a1e50583fe Author: WANG Xuerui gentoo org> AuthorDate: Sat Sep 9 11:38:47 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Sep 9 16:27:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c785a3ee dev-cpp/xsimd: keyword 11.1.0 for ~loong Bug: https://bugs.gentoo.org/913788 Signed-off-by: WANG Xuerui gentoo.org> dev-cpp/xsimd/xsimd-11.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/xsimd/xsimd-11.1.0.ebuild b/dev-cpp/xsimd/xsimd-11.1.0.ebuild index 10772611405c..828aa5acb40a 100644 --- a/dev-cpp/xsimd/xsimd-11.1.0.ebuild +++ b/dev-cpp/xsimd/xsimd-11.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/xtensor-stack/${PN}/archive/refs/tags/${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" IUSE="doc test" RESTRICT="!test? ( test )"