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 DA085138334 for ; Sun, 28 Apr 2019 15:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3C89E091C; Sun, 28 Apr 2019 15:27:12 +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 AFA7EE0922 for ; Sun, 28 Apr 2019 15:27:12 +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 64906342B7F for ; Sun, 28 Apr 2019 15:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D016A5D2 for ; Sun, 28 Apr 2019 15:27:09 +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: <1556465203.c2c1a49c753ed42fcad9e5f422d2556cecca7276.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2c1a49c753ed42fcad9e5f422d2556cecca7276 X-VCS-Branch: master Date: Sun, 28 Apr 2019 15:27:09 +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: 9a20555c-ebff-438d-822e-23988981dc73 X-Archives-Hash: 2a276e46f71fe6e52648b2565c3517ed commit: c2c1a49c753ed42fcad9e5f422d2556cecca7276 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 22:26:56 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 28 15:26:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c1a49c sci-geosciences/qgis: Add new DEPEND on dev-qt/qtserialport:5 Upstream commit 212cffcab1c93f899b1acd81bda71f7d0fcd8ef8 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-geosciences/qgis/qgis-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index e52d6bd4802..e8cba614b61 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -45,6 +45,7 @@ COMMON_DEPEND=" >=dev-qt/qtnetwork-${QT_MIN_VER}:5[ssl] >=dev-qt/qtpositioning-${QT_MIN_VER}:5 >=dev-qt/qtprintsupport-${QT_MIN_VER}:5 + >=dev-qt/qtserialport-${QT_MIN_VER}:5 >=dev-qt/qtsvg-${QT_MIN_VER}:5 >=dev-qt/qtsql-${QT_MIN_VER}:5 >=dev-qt/qtwidgets-${QT_MIN_VER}:5