diff options
author | Sam James <sam@gentoo.org> | 2021-12-08 06:16:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-08 06:16:45 +0000 |
commit | 9ab727aa8da4d5b239c65682aed3902ef0691370 (patch) | |
tree | 5980863d8141781043a55aa0ddc0d16dd535a3a4 /dev-db | |
parent | dev-libs/mxml: Stabilize 3.3 x86, #828524 (diff) | |
download | gentoo-9ab727aa8da4d5b239c65682aed3902ef0691370.tar.gz gentoo-9ab727aa8da4d5b239c65682aed3902ef0691370.tar.bz2 gentoo-9ab727aa8da4d5b239c65682aed3902ef0691370.zip |
dev-db/postgis: Stabilize 3.1.3 x86, #828494
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgis/postgis-3.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgis/postgis-3.1.3.ebuild b/dev-db/postgis/postgis-3.1.3.ebuild index af780d1725c7..41f7b8feb92f 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" |