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 E8A6A139694 for ; Sun, 23 Jul 2017 03:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 107FEE0D09; Sun, 23 Jul 2017 03:39:23 +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 D153CE0D09 for ; Sun, 23 Jul 2017 03:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 98D53341828 for ; Sun, 23 Jul 2017 03:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEEF6291E for ; Sun, 23 Jul 2017 03:39:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1500781151.b1e5e16a9ca8bf5e90c99aadf9a729cba17a2ba9.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtlocation/qtlocation-5.9.1.ebuild dev-qt/qtlocation/qtlocation-5.9.9999.ebuild dev-qt/qtlocation/qtlocation-5.9999.ebuild X-VCS-Directories: dev-qt/qtlocation/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b1e5e16a9ca8bf5e90c99aadf9a729cba17a2ba9 X-VCS-Branch: master Date: Sun, 23 Jul 2017 03:39:19 +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-Archives-Salt: 35c7c854-63ef-407c-a797-849fcecf1909 X-Archives-Hash: 0a7cf68d7198e9ae7890575a221e7f1c commit: b1e5e16a9ca8bf5e90c99aadf9a729cba17a2ba9 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jul 23 03:38:59 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 23 03:39:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b1e5e16a dev-qt/qtlocation: add missing plugin dependencies mapboxgl - qtsql & zlib osm - qtconcurrent Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-qt/qtlocation/qtlocation-5.9.1.ebuild | 8 ++++++-- dev-qt/qtlocation/qtlocation-5.9.9999.ebuild | 8 ++++++-- dev-qt/qtlocation/qtlocation-5.9999.ebuild | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/dev-qt/qtlocation/qtlocation-5.9.1.ebuild b/dev-qt/qtlocation/qtlocation-5.9.1.ebuild index edebcf25..420e3c9b 100644 --- a/dev-qt/qtlocation/qtlocation-5.9.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.9.1.ebuild @@ -12,14 +12,18 @@ fi IUSE="" -DEPEND=" +RDEPEND=" ~dev-qt/qtcore-${PV} ~dev-qt/qtdeclarative-${PV} ~dev-qt/qtgui-${PV} ~dev-qt/qtnetwork-${PV} ~dev-qt/qtpositioning-${PV} + ~dev-qt/qtsql-${PV} + sys-libs/zlib +" +DEPEND="${RDEPEND} + ~dev-qt/qtconcurrent-${PV} " -RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/3rdparty/clipper diff --git a/dev-qt/qtlocation/qtlocation-5.9.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.9.9999.ebuild index edebcf25..420e3c9b 100644 --- a/dev-qt/qtlocation/qtlocation-5.9.9999.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.9.9999.ebuild @@ -12,14 +12,18 @@ fi IUSE="" -DEPEND=" +RDEPEND=" ~dev-qt/qtcore-${PV} ~dev-qt/qtdeclarative-${PV} ~dev-qt/qtgui-${PV} ~dev-qt/qtnetwork-${PV} ~dev-qt/qtpositioning-${PV} + ~dev-qt/qtsql-${PV} + sys-libs/zlib +" +DEPEND="${RDEPEND} + ~dev-qt/qtconcurrent-${PV} " -RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/3rdparty/clipper diff --git a/dev-qt/qtlocation/qtlocation-5.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.9999.ebuild index edebcf25..420e3c9b 100644 --- a/dev-qt/qtlocation/qtlocation-5.9999.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.9999.ebuild @@ -12,14 +12,18 @@ fi IUSE="" -DEPEND=" +RDEPEND=" ~dev-qt/qtcore-${PV} ~dev-qt/qtdeclarative-${PV} ~dev-qt/qtgui-${PV} ~dev-qt/qtnetwork-${PV} ~dev-qt/qtpositioning-${PV} + ~dev-qt/qtsql-${PV} + sys-libs/zlib +" +DEPEND="${RDEPEND} + ~dev-qt/qtconcurrent-${PV} " -RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/3rdparty/clipper