diff options
author | Sam James <sam@gentoo.org> | 2021-02-18 21:44:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-18 21:44:20 +0000 |
commit | f65b746a006db9626a62538b62a3328aef3caac6 (patch) | |
tree | e0f4519c67cc75b3b44f17c2cd5d3f58a615d625 /dev-db/postgis | |
parent | sci-libs/geos: Stabilize 3.9.0-r2 amd64, #770094 (diff) | |
download | gentoo-f65b746a006db9626a62538b62a3328aef3caac6.tar.gz gentoo-f65b746a006db9626a62538b62a3328aef3caac6.tar.bz2 gentoo-f65b746a006db9626a62538b62a3328aef3caac6.zip |
dev-db/postgis: Stabilize 3.0.3-r2 amd64, #770094
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/postgis')
-rw-r--r-- | dev-db/postgis/postgis-3.0.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgis/postgis-3.0.3-r2.ebuild b/dev-db/postgis/postgis-3.0.3-r2.ebuild index 407f889068d1..8fe8c6170ab0 100644 --- a/dev-db/postgis/postgis-3.0.3-r2.ebuild +++ b/dev-db/postgis/postgis-3.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |