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 42A09158086 for ; Wed, 8 Dec 2021 06:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF7C2BC045; Wed, 8 Dec 2021 06:16:05 +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 D2E7A2BC045 for ; Wed, 8 Dec 2021 06:16:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B6D1E342C49 for ; Wed, 8 Dec 2021 06:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AAA814D for ; Wed, 8 Dec 2021 06:16:03 +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: <1638944148.f44c45816acdb58bc3d23e6b33a9b5da242ccd15.sam@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.1.3.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f44c45816acdb58bc3d23e6b33a9b5da242ccd15 X-VCS-Branch: master Date: Wed, 8 Dec 2021 06:16:03 +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: 8937742b-47e9-49df-a18e-cc279425df50 X-Archives-Hash: 9cb69c0197543f6ed3acf725751bffde commit: f44c45816acdb58bc3d23e6b33a9b5da242ccd15 Author: Sam James gentoo org> AuthorDate: Wed Dec 8 06:15:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 8 06:15:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44c4581 dev-db/postgis: Stabilize 3.1.3 amd64, #828494 Signed-off-by: Sam James gentoo.org> dev-db/postgis/postgis-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgis/postgis-3.1.3.ebuild b/dev-db/postgis/postgis-3.1.3.ebuild index a81f3e9072c3..af780d1725c7 100644 --- a/dev-db/postgis/postgis-3.1.3.ebuild +++ b/dev-db/postgis/postgis-3.1.3.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"