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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5803B1581FB for ; Sun, 24 Nov 2024 11:02:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 938C4E0821; Sun, 24 Nov 2024 11:02:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72BE4E081E for ; Sun, 24 Nov 2024 11:02:47 +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 61912342FB4 for ; Sun, 24 Nov 2024 11:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 113931FBE for ; Sun, 24 Nov 2024 11:02:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732446124.41fb08d8f0d17655efd5c2d43b4753b3fc7d85df.sam@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.1.0-r1.ebuild X-VCS-Directories: dev-db/spatialite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 41fb08d8f0d17655efd5c2d43b4753b3fc7d85df X-VCS-Branch: master Date: Sun, 24 Nov 2024 11:02:44 +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: bd28f515-76b2-4448-987c-22d10820fe15 X-Archives-Hash: 82778ebb29ba5e254a22eadd16808363 commit: 41fb08d8f0d17655efd5c2d43b4753b3fc7d85df Author: Sam James gentoo org> AuthorDate: Sun Nov 24 11:02:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 24 11:02:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fb08d8 dev-db/spatialite: Stabilize 5.1.0-r1 x86, #944735 Signed-off-by: Sam James gentoo.org> dev-db/spatialite/spatialite-5.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/spatialite/spatialite-5.1.0-r1.ebuild b/dev-db/spatialite/spatialite-5.1.0-r1.ebuild index a285eb681517..d3f8b57764c7 100644 --- a/dev-db/spatialite/spatialite-5.1.0-r1.ebuild +++ b/dev-db/spatialite/spatialite-5.1.0-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+geos iconv +proj rttopo test +xls" # Further poking required RESTRICT="test"