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 D68331581C1 for ; Sun, 14 Jul 2024 23:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14353E2A55; Sun, 14 Jul 2024 23:56:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA5BCE2A55 for ; Sun, 14 Jul 2024 23:56:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1257433BDC5 for ; Sun, 14 Jul 2024 23:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B1FC1976 for ; Sun, 14 Jul 2024 23:56:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721001394.3bd66ec8f87ef6a1c3f0f9091a6f513f525bfef9.sam@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.7.0-r1.ebuild X-VCS-Directories: sci-libs/linbox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3bd66ec8f87ef6a1c3f0f9091a6f513f525bfef9 X-VCS-Branch: master Date: Sun, 14 Jul 2024 23:56:45 +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: b23527dd-31f5-40d8-99dd-56d8a369b732 X-Archives-Hash: 1dbc44cb53ba4d8470039b979c06d36f commit: 3bd66ec8f87ef6a1c3f0f9091a6f513f525bfef9 Author: Sam James gentoo org> AuthorDate: Sun Jul 14 23:56:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 14 23:56:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd66ec8 sci-libs/linbox: Stabilize 1.7.0-r1 amd64, #936070 Signed-off-by: Sam James gentoo.org> sci-libs/linbox/linbox-1.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/linbox/linbox-1.7.0-r1.ebuild b/sci-libs/linbox/linbox-1.7.0-r1.ebuild index 6f5e7d7b2b55..eef3546aca5d 100644 --- a/sci-libs/linbox/linbox-1.7.0-r1.ebuild +++ b/sci-libs/linbox/linbox-1.7.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar. # headers all say LGPL-2.1 LICENSE="GPL-2+ 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" BDEPEND="doc? ( app-text/doxygen )"