summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2022-01-15 07:56:01 +0000
committerPatrick Lauer <patrick@gentoo.org>2022-01-15 07:56:14 +0000
commit0e26204ef39c87c8cc44449cfc595ff5a9d4fa9e (patch)
tree8fa862fc493d9cabcdd3d30247508810ff7bea10 /dev-db/postgis
parentapp-editors/vim: Stabilize 8.2.3741 hppa, #829396 (diff)
downloadgentoo-0e26204ef39c87c8cc44449cfc595ff5a9d4fa9e.tar.gz
gentoo-0e26204ef39c87c8cc44449cfc595ff5a9d4fa9e.tar.bz2
gentoo-0e26204ef39c87c8cc44449cfc595ff5a9d4fa9e.zip
dev-db/postgis: Restore keywords on 3.2.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgis')
-rw-r--r--dev-db/postgis/postgis-3.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgis/postgis-3.2.0.ebuild b/dev-db/postgis/postgis-3.2.0.ebuild
index 7c34c0fb50f6..e3a71e39141c 100644
--- a/dev-db/postgis/postgis-3.2.0.ebuild
+++ b/dev-db/postgis/postgis-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 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=""
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="Geographic Objects for PostgreSQL"