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 8069615852A for ; Tue, 20 Aug 2024 21:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AC8DE2A6F; Tue, 20 Aug 2024 21:03:57 +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 5A7EDE2A6F for ; Tue, 20 Aug 2024 21:03:57 +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 6D92533D3CF for ; Tue, 20 Aug 2024 21:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B6261EF1 for ; Tue, 20 Aug 2024 21:03:55 +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: <1724187816.a0d3d18a999ac075858aacf005380b466b9af158.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lrcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/lrcalc/lrcalc-2.1.ebuild X-VCS-Directories: sci-mathematics/lrcalc/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: a0d3d18a999ac075858aacf005380b466b9af158 X-VCS-Branch: master Date: Tue, 20 Aug 2024 21:03:55 +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: 12d15269-631b-404d-a045-3b07ed429e82 X-Archives-Hash: 6dfb2e1393ce868e3a70ff4f090b31ad commit: a0d3d18a999ac075858aacf005380b466b9af158 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Aug 20 16:34:08 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 20 21:03:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d3d18a sci-mathematics/lrcalc: keyword 2.1 for ~riscv Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/lrcalc/lrcalc-2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/lrcalc/lrcalc-2.1.ebuild b/sci-mathematics/lrcalc/lrcalc-2.1.ebuild index b4cdd85c2350..28d4099dfbe3 100644 --- a/sci-mathematics/lrcalc/lrcalc-2.1.ebuild +++ b/sci-mathematics/lrcalc/lrcalc-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://sites.math.rutgers.edu/~asbuch/lrcalc/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0/2" -KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~riscv ~x86 ~ppc-macos ~x64-macos" IUSE="static-libs test" RESTRICT="!test? ( test )"