From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1558855-garchives=archives.gentoo.org@lists.gentoo.org> 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 61842158089 for <garchives@archives.gentoo.org>; Sat, 30 Sep 2023 18:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B822BC028; Sat, 30 Sep 2023 18:26:31 +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 879192BC028 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Sep 2023 18:26:31 +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 9B4DA335C52 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Sep 2023 18:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 232C010D2 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Sep 2023 18:26:29 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1696098226.e4a1cc5de439481d59247a753b2dec64aad94e46.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/linbox/linbox-1.6.3-r2.ebuild X-VCS-Directories: sci-libs/linbox/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e4a1cc5de439481d59247a753b2dec64aad94e46 X-VCS-Branch: master Date: Sat, 30 Sep 2023 18:26:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06507d08-0047-4aa4-9ac9-b87d3d9d93d2 X-Archives-Hash: c33093ff2748581c920b5f42cc2856c7 commit: e4a1cc5de439481d59247a753b2dec64aad94e46 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Sep 30 18:23:46 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Sep 30 18:23:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a1cc5d sci-libs/linbox: stabilize 1.6.3-r2 for amd64 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/linbox/linbox-1.6.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/linbox/linbox-1.6.3-r2.ebuild b/sci-libs/linbox/linbox-1.6.3-r2.ebuild index 7f9aa82d3f0e..17313f506441 100644 --- a/sci-libs/linbox/linbox-1.6.3-r2.ebuild +++ b/sci-libs/linbox/linbox-1.6.3-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar. LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc opencl openmp static-libs cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2" BDEPEND="doc? ( app-doc/doxygen )"