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 A2999158090 for ; Fri, 4 Oct 2024 17:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F12CBE29F7; Fri, 4 Oct 2024 17:30:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7D61E29F7 for ; Fri, 4 Oct 2024 17:30:07 +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 02FFB33FEF1 for ; Fri, 4 Oct 2024 17:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54E5627FB for ; Fri, 4 Oct 2024 17:30:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1728062998.fa6b0f5bc1a4a55e6082cf2e03b3f2fff07664eb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgis/postgis-3.3.7.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: fa6b0f5bc1a4a55e6082cf2e03b3f2fff07664eb X-VCS-Branch: master Date: Fri, 4 Oct 2024 17:30:04 +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: 9203ba83-7398-40ed-ab99-d1cb400ec617 X-Archives-Hash: 1da8ce2280a34c1725d2da7479e0d5d9 commit: fa6b0f5bc1a4a55e6082cf2e03b3f2fff07664eb Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 4 17:29:58 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 4 17:29:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6b0f5b dev-db/postgis: Stabilize 3.3.7 x86, #940746 Signed-off-by: Arthur Zamarin gentoo.org> dev-db/postgis/postgis-3.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgis/postgis-3.3.7.ebuild b/dev-db/postgis/postgis-3.3.7.ebuild index 4148a257b7e8..1b4f32ff7706 100644 --- a/dev-db/postgis/postgis-3.3.7.ebuild +++ b/dev-db/postgis/postgis-3.3.7.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]] ; then else PGIS="$(ver_cut 1-2)" SRC_URI="https://download.osgeo.org/postgis/source/${MY_P}.tar.gz" - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Geographic Objects for PostgreSQL"