diff options
author | Patrick Lauer <patrick@gentoo.org> | 2022-01-15 07:56:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2022-01-15 07:56:14 +0000 |
commit | 0e26204ef39c87c8cc44449cfc595ff5a9d4fa9e (patch) | |
tree | 8fa862fc493d9cabcdd3d30247508810ff7bea10 /dev-db | |
parent | app-editors/vim: Stabilize 8.2.3741 hppa, #829396 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-db/postgis/postgis-3.2.0.ebuild | 4 |
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" |