Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/
Date: Wed, 08 Dec 2021 06:17:24
Message-Id: 1638944205.9ab727aa8da4d5b239c65682aed3902ef0691370.sam@gentoo
1 commit: 9ab727aa8da4d5b239c65682aed3902ef0691370
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 06:16:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 06:16:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab727aa
7
8 dev-db/postgis: Stabilize 3.1.3 x86, #828494
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/postgis/postgis-3.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/postgis/postgis-3.1.3.ebuild b/dev-db/postgis/postgis-3.1.3.ebuild
16 index af780d1725c7..41f7b8feb92f 100644
17 --- a/dev-db/postgis/postgis-3.1.3.ebuild
18 +++ b/dev-db/postgis/postgis-3.1.3.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]] ; then
20 else
21 PGIS="$(ver_cut 1-2)"
22 SRC_URI="https://download.osgeo.org/postgis/source/${MY_P}.tar.gz"
23 - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
25 fi
26
27 DESCRIPTION="Geographic Objects for PostgreSQL"