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 0B9B31581FB for ; Tue, 27 Aug 2024 00:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C378E29E2; Tue, 27 Aug 2024 00:22:35 +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 801B4E29E2 for ; Tue, 27 Aug 2024 00:22:35 +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 86E63342F9A for ; Tue, 27 Aug 2024 00:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C205A1E12 for ; Tue, 27 Aug 2024 00:22:32 +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: <1724718050.9b4cf8889dff09ab10c16c804329bb16f98d8f5f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gfan/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gfan/gfan-0.6.2-r4.ebuild X-VCS-Directories: sci-mathematics/gfan/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 9b4cf8889dff09ab10c16c804329bb16f98d8f5f X-VCS-Branch: master Date: Tue, 27 Aug 2024 00:22:32 +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: ebd43364-18ed-4c73-ac9c-a852c668a1f3 X-Archives-Hash: fab6d51b324ad9ef1cef47babca4a6ea commit: 9b4cf8889dff09ab10c16c804329bb16f98d8f5f Author: Michael Orlitzky gentoo org> AuthorDate: Sun Aug 25 22:00:14 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 27 00:20:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4cf888 sci-mathematics/gfan: keyword 0.6.2-r4 for ~riscv Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/gfan/gfan-0.6.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild index 29b330866f46..fb1145fd9cb3 100644 --- a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://users-math.au.dk/~jensen/software/${PN}/${PN}${PV}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="doc" BDEPEND="doc? ( virtual/latex-base )"