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 3421C158086 for ; Tue, 2 Nov 2021 18:11:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1183E07DB; Tue, 2 Nov 2021 18:11:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A9BBE0843 for ; Tue, 2 Nov 2021 18:11:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C394A342F0E for ; Tue, 2 Nov 2021 18:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0AD195 for ; Tue, 2 Nov 2021 18:11:23 +0000 (UTC) From: "Michael Orlitzky" 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" Message-ID: <1635876199.5f0a43a827350cb64cbac5a3708c8f3b048c79c1.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-r1.ebuild X-VCS-Directories: sci-libs/linbox/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 5f0a43a827350cb64cbac5a3708c8f3b048c79c1 X-VCS-Branch: master Date: Tue, 2 Nov 2021 18:11:23 +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: 2ba56073-1433-4fce-b042-6f7c37d7d0d1 X-Archives-Hash: bb0d58368c9b250d182a24e14a03d66b commit: 5f0a43a827350cb64cbac5a3708c8f3b048c79c1 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Nov 2 18:03:19 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Nov 2 18:03:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0a43a8 sci-libs/linbox: maintainer stabilize on amd64. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/linbox/linbox-1.6.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/linbox/linbox-1.6.3-r1.ebuild b/sci-libs/linbox/linbox-1.6.3-r1.ebuild index 75ff120dbae..1771643dd4d 100644 --- a/sci-libs/linbox/linbox-1.6.3-r1.ebuild +++ b/sci-libs/linbox/linbox-1.6.3-r1.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 )"