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 6779715852A for ; Tue, 20 Aug 2024 14:13:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C95E29B4; Tue, 20 Aug 2024 14:13:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 79FFFE29B4 for ; Tue, 20 Aug 2024 14:13:08 +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 6C702335D72 for ; Tue, 20 Aug 2024 14:13:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFBF91EFF for ; Tue, 20 Aug 2024 14:13:05 +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: <1724162740.f7cacac2193162616b3afb36f02968a96185256f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primesieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/primesieve/primesieve-12.3.ebuild X-VCS-Directories: sci-mathematics/primesieve/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f7cacac2193162616b3afb36f02968a96185256f X-VCS-Branch: master Date: Tue, 20 Aug 2024 14:13:05 +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: a89f4acb-7ef8-4957-bd86-e147ccb44925 X-Archives-Hash: 77014f8303d1df8934a5b9af454fd960 commit: f7cacac2193162616b3afb36f02968a96185256f Author: Michael Orlitzky gentoo org> AuthorDate: Tue Aug 20 14:05:40 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 20 14:05:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cacac2 sci-mathematics/primesieve: keyword 12.3 for ~riscv Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/primesieve/primesieve-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/primesieve/primesieve-12.3.ebuild b/sci-mathematics/primesieve/primesieve-12.3.ebuild index 580881f0c652..6d81d07c4184 100644 --- a/sci-mathematics/primesieve/primesieve-12.3.ebuild +++ b/sci-mathematics/primesieve/primesieve-12.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/kimwalisch/primesieve" SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0/12" # subslot is first component of libprimesieve.so version -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="doc +executable test" RESTRICT="!test? ( test )"