From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/
Date: Sun, 23 Jul 2017 03:39:19 +0000 (UTC) [thread overview]
Message-ID: <1500781151.b1e5e16a9ca8bf5e90c99aadf9a729cba17a2ba9.kensington@gentoo> (raw)
commit: b1e5e16a9ca8bf5e90c99aadf9a729cba17a2ba9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 03:38:59 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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
next reply other threads:[~2017-07-23 3:39 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-23 3:39 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-22 19:15 [gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/ Andreas Sturmlechner
2024-05-30 10:55 Andreas Sturmlechner
2023-11-11 20:24 Andreas Sturmlechner
2023-10-08 11:58 Andreas Sturmlechner
2023-10-07 23:55 Andreas Sturmlechner
2023-07-08 21:26 Andreas Sturmlechner
2023-06-22 15:53 Andreas Sturmlechner
2022-09-24 21:24 Andreas Sturmlechner
2022-09-08 9:29 Andreas Sturmlechner
2021-08-26 12:10 Andreas Sturmlechner
2020-04-10 0:54 Jimi Huotari
2020-04-01 20:25 Andreas Sturmlechner
2019-05-14 10:36 Michael Palimaka
2019-01-07 19:46 Davide Pesavento
2018-12-06 19:27 Andreas Sturmlechner
2017-10-10 11:20 Michael Palimaka
2017-06-06 13:04 Michael Palimaka
2016-08-18 18:43 Michael Palimaka
2015-12-18 17:50 Davide Pesavento
2014-09-18 13:24 Michael Palimaka
2014-09-18 13:22 Michael Palimaka
2014-09-18 11:37 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1500781151.b1e5e16a9ca8bf5e90c99aadf9a729cba17a2ba9.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox