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 DF1661382C5 for ; Sat, 19 Jun 2021 23:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A84CE0827; Sat, 19 Jun 2021 23:48:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 026B2E0827 for ; Sat, 19 Jun 2021 23:48:37 +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 67D42340139 for ; Sat, 19 Jun 2021 23:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F031B7B1 for ; Sat, 19 Jun 2021 23:48:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624146498.a227fe57173f1b88da147fed47e845d7d839fc50.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-3.20.0-r1.ebuild sci-geosciences/qgis/qgis-3.20.0.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a227fe57173f1b88da147fed47e845d7d839fc50 X-VCS-Branch: master Date: Sat, 19 Jun 2021 23:48:33 +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: 6b55b480-75bf-4f69-9ac6-217358884438 X-Archives-Hash: 80f59416a3f8fe9e2caea6e5c3199266 commit: a227fe57173f1b88da147fed47e845d7d839fc50 Author: Sam James gentoo org> AuthorDate: Sat Jun 19 23:47:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 19 23:48:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a227fe57 sci-geosciences/qgis: add missing protobuf dep Closes: https://bugs.gentoo.org/796770 Signed-off-by: Sam James gentoo.org> sci-geosciences/qgis/{qgis-3.20.0.ebuild => qgis-3.20.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/qgis/qgis-3.20.0.ebuild b/sci-geosciences/qgis/qgis-3.20.0-r1.ebuild similarity index 99% rename from sci-geosciences/qgis/qgis-3.20.0.ebuild rename to sci-geosciences/qgis/qgis-3.20.0-r1.ebuild index 4c2bb3fd009..1d740be8086 100644 --- a/sci-geosciences/qgis/qgis-3.20.0.ebuild +++ b/sci-geosciences/qgis/qgis-3.20.0-r1.ebuild @@ -38,6 +38,7 @@ COMMON_DEPEND=" dev-db/sqlite:3 dev-libs/expat dev-libs/libzip:= + dev-libs/protobuf:= dev-libs/qtkeychain[qt5(+)] >=dev-qt/designer-${QT_MIN_VER}:5 >=dev-qt/qtconcurrent-${QT_MIN_VER}:5