From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 189E9138351 for ; Wed, 26 Feb 2020 17:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05B14E091A; Wed, 26 Feb 2020 17:23:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E01CBE091A for ; Wed, 26 Feb 2020 17:23:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B46CA34F332 for ; Wed, 26 Feb 2020 17:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C25C10B for ; Wed, 26 Feb 2020 17:23:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1582737749.f1114c56baaed9d587308d1c02557e65b96cf19c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgis/postgis-3.0.0-r1.ebuild dev-db/postgis/postgis-9999.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f1114c56baaed9d587308d1c02557e65b96cf19c X-VCS-Branch: master Date: Wed, 26 Feb 2020 17:23:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 476c50ba-d201-47fa-baad-1b858dc44164 X-Archives-Hash: 541d089fc75987a983938189a600432a commit: f1114c56baaed9d587308d1c02557e65b96cf19c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 17:20:02 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 17:22:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1114c56 dev-db/postgis: Add missing slot op Closes: https://bugs.gentoo.org/709660 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-db/postgis/postgis-3.0.0-r1.ebuild | 2 +- dev-db/postgis/postgis-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/postgis/postgis-3.0.0-r1.ebuild b/dev-db/postgis/postgis-3.0.0-r1.ebuild index 2235d63f8dd..3a6f01adf2e 100644 --- a/dev-db/postgis/postgis-3.0.0-r1.ebuild +++ b/dev-db/postgis/postgis-3.0.0-r1.ebuild @@ -38,7 +38,7 @@ RDEPEND="${POSTGRES_DEP} dev-libs/protobuf-c:= >=sci-libs/geos-3.6.0 >=sci-libs/proj-4.9.0:= - >=sci-libs/gdal-1.10.0 + >=sci-libs/gdal-1.10.0:= address-standardizer? ( dev-libs/libpcre ) gtk? ( x11-libs/gtk+:2 ) " diff --git a/dev-db/postgis/postgis-9999.ebuild b/dev-db/postgis/postgis-9999.ebuild index 2235d63f8dd..3a6f01adf2e 100644 --- a/dev-db/postgis/postgis-9999.ebuild +++ b/dev-db/postgis/postgis-9999.ebuild @@ -38,7 +38,7 @@ RDEPEND="${POSTGRES_DEP} dev-libs/protobuf-c:= >=sci-libs/geos-3.6.0 >=sci-libs/proj-4.9.0:= - >=sci-libs/gdal-1.10.0 + >=sci-libs/gdal-1.10.0:= address-standardizer? ( dev-libs/libpcre ) gtk? ( x11-libs/gtk+:2 ) "