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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04E02139509 for ; Sun, 15 Aug 2021 21:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D596E0976; Sat, 14 Aug 2021 23:15:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9141E0972 for ; Sat, 14 Aug 2021 23:15:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFE19343189 for ; Sat, 14 Aug 2021 23:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B34D78B2 for ; Sat, 14 Aug 2021 23:15:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628982904.2f06f2c563460b4a2750d953a8f25d1f607769ca.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/spatialite/spatialite-5.0.1-r1.ebuild X-VCS-Directories: dev-db/spatialite/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2f06f2c563460b4a2750d953a8f25d1f607769ca X-VCS-Branch: master Date: Sat, 14 Aug 2021 23:15:24 +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: 8c26058c-b148-4757-a9a0-4fb45467a4e0 X-Archives-Hash: 36ad789af6f485aaaddf64dfce67f708 commit: 2f06f2c563460b4a2750d953a8f25d1f607769ca Author: Marek Szuba gentoo org> AuthorDate: Sat Aug 14 20:36:33 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Aug 14 23:15:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f06f2c5 dev-db/spatialite: keyword 5.0.1-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-db/spatialite/spatialite-5.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/spatialite/spatialite-5.0.1-r1.ebuild b/dev-db/spatialite/spatialite-5.0.1-r1.ebuild index 95a06e35afe..57f3dff605d 100644 --- a/dev-db/spatialite/spatialite-5.0.1-r1.ebuild +++ b/dev-db/spatialite/spatialite-5.0.1-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86" IUSE="+geos iconv +proj test +xls +xml" # Further poking required RESTRICT="test"