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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91D1B15806E for ; Sun, 14 May 2023 08:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD6B4E087E; Sun, 14 May 2023 08:51:23 +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 BF354E087E for ; Sun, 14 May 2023 08:51:23 +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 BC87D340E19 for ; Sun, 14 May 2023 08:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D83C7F5 for ; Sun, 14 May 2023 08:51:21 +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: <1684054272.60f082a75441e0fcaede5af73a45031f30f061a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild X-VCS-Directories: sci-libs/libspatialindex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 60f082a75441e0fcaede5af73a45031f30f061a8 X-VCS-Branch: master Date: Sun, 14 May 2023 08:51:21 +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: d7197a21-4b1d-4525-9073-6d17fb5d511a X-Archives-Hash: 06b436d0b4d22da26b781f92a4aa1ffa commit: 60f082a75441e0fcaede5af73a45031f30f061a8 Author: Sam James gentoo org> AuthorDate: Sun May 14 08:51:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 14 08:51:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f082a7 sci-libs/libspatialindex: Stabilize 1.9.3-r2 amd64, #906313 Signed-off-by: Sam James gentoo.org> sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild index 32076b84bd95..0b81b51c3059 100644 --- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild +++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P LICENSE="MIT" SLOT="0/6" -KEYWORDS="~amd64 ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"