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 6A87F1581FB for ; Tue, 27 Aug 2024 00:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6770E299E; Tue, 27 Aug 2024 00:39:15 +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 603A1E299E for ; Tue, 27 Aug 2024 00:39:15 +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 65FB0340C37 for ; Tue, 27 Aug 2024 00:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C561C1EF2 for ; Tue, 27 Aug 2024 00:39:12 +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: <1724719076.30458b13997bfc7c3e4b7633a6e7b4ec0f0c06b4.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild X-VCS-Directories: sci-mathematics/lcalc/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 30458b13997bfc7c3e4b7633a6e7b4ec0f0c06b4 X-VCS-Branch: master Date: Tue, 27 Aug 2024 00:39:12 +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: 4173f1a6-bd14-42ee-8e97-8c1fb37d7561 X-Archives-Hash: a9487487bacc5b9fd539fae93a18f60b commit: 30458b13997bfc7c3e4b7633a6e7b4ec0f0c06b4 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Aug 27 00:26:58 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 27 00:37:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30458b13 sci-mathematics/lcalc: keyword 2.0.5-r2 for ~riscv Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild b/sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild index 27c1bc7592fc..f844bccde0e3 100644 --- a/sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild +++ b/sci-mathematics/lcalc/lcalc-2.0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/sagemath/lcalc/uploads/25f029f3c02fcb6c3174972e0ac0e LICENSE="GPL-2+" # The subslot is the libLfunction soname major version SLOT="0/1" -KEYWORDS="amd64" +KEYWORDS="amd64 ~riscv" # Omit USE=mpfr for now because it's broken upstream: #