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 5CF2213835C for ; Thu, 18 Feb 2021 21:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B8D7E092D; Thu, 18 Feb 2021 21:47:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 77FC0E092D for ; Thu, 18 Feb 2021 21:47:42 +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 9F03B340D1F for ; Thu, 18 Feb 2021 21:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4064C4E8 for ; Thu, 18 Feb 2021 21:47:40 +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: <1613684792.cbd51f2cecc8575401c4e9e84828d114dffcabc0.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.0.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cbd51f2cecc8575401c4e9e84828d114dffcabc0 X-VCS-Branch: master Date: Thu, 18 Feb 2021 21:47:40 +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: 26e7d911-7dac-4f52-b34e-81381f22e758 X-Archives-Hash: 60b2123637be8aca9dbd7dd1266b664a commit: cbd51f2cecc8575401c4e9e84828d114dffcabc0 Author: Sam James gentoo org> AuthorDate: Thu Feb 18 21:46:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 18 21:46:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd51f2c dev-db/postgis: Stabilize 3.1.0 x86, #770094 Signed-off-by: Sam James gentoo.org> dev-db/postgis/postgis-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgis/postgis-3.1.0.ebuild b/dev-db/postgis/postgis-3.1.0.ebuild index 1cf0f630270..6f1fd1b25a6 100644 --- a/dev-db/postgis/postgis-3.1.0.ebuild +++ b/dev-db/postgis/postgis-3.1.0.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"