aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-05 23:49:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-06 20:27:07 +0100
commit7401edee605999f21293d673b2a0d1825abf0272 (patch)
treeaf95dec486220340304aedad7304967d4198966e
parentdev-qt/qtpositioning: Enable USE qml by default (diff)
downloadqt-7401edee605999f21293d673b2a0d1825abf0272.tar.gz
qt-7401edee605999f21293d673b2a0d1825abf0272.tar.bz2
qt-7401edee605999f21293d673b2a0d1825abf0272.zip
dev-qt/qtlocation: Add USE-DEPEND on dev-qt/qtpositioning[qml]
For usage of QtPositioningQuick. While location-labs-plugin is optional, declarativemaps is built and depends on QtPositioningQuick unconditionally. It is probably for this reason that ${PN} already unconditionally depends on dev-qt/qtdeclarative, so making the plugin optional would save us nothing. Bug: https://bugs.gentoo.org/669608 Reported-by: Toralf Förster <toralf@gentoo.org> Thanks-to: Jimi Huotari <chiitoo@gentoo.org> Thanks-to: Iade Gesso <iade.gesso@gmail.com> Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-qt/qtlocation/qtlocation-5.11.9999.ebuild4
-rw-r--r--dev-qt/qtlocation/qtlocation-5.12.0.ebuild2
-rw-r--r--dev-qt/qtlocation/qtlocation-5.12.9999.ebuild4
-rw-r--r--dev-qt/qtlocation/qtlocation-5.9999.ebuild4
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.11.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.11.9999.ebuild
index f791b5b3..78057b71 100644
--- a/dev-qt/qtlocation/qtlocation-5.11.9999.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.11.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
~dev-qt/qtdeclarative-${PV}
~dev-qt/qtgui-${PV}
~dev-qt/qtnetwork-${PV}
- ~dev-qt/qtpositioning-${PV}
+ ~dev-qt/qtpositioning-${PV}[qml]
~dev-qt/qtsql-${PV}
sys-libs/zlib
"
diff --git a/dev-qt/qtlocation/qtlocation-5.12.0.ebuild b/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
index b6f3af24..78057b71 100644
--- a/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
~dev-qt/qtdeclarative-${PV}
~dev-qt/qtgui-${PV}
~dev-qt/qtnetwork-${PV}
- ~dev-qt/qtpositioning-${PV}
+ ~dev-qt/qtpositioning-${PV}[qml]
~dev-qt/qtsql-${PV}
sys-libs/zlib
"
diff --git a/dev-qt/qtlocation/qtlocation-5.12.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.12.9999.ebuild
index f791b5b3..78057b71 100644
--- a/dev-qt/qtlocation/qtlocation-5.12.9999.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.12.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
~dev-qt/qtdeclarative-${PV}
~dev-qt/qtgui-${PV}
~dev-qt/qtnetwork-${PV}
- ~dev-qt/qtpositioning-${PV}
+ ~dev-qt/qtpositioning-${PV}[qml]
~dev-qt/qtsql-${PV}
sys-libs/zlib
"
diff --git a/dev-qt/qtlocation/qtlocation-5.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.9999.ebuild
index f791b5b3..78057b71 100644
--- a/dev-qt/qtlocation/qtlocation-5.9999.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
~dev-qt/qtdeclarative-${PV}
~dev-qt/qtgui-${PV}
~dev-qt/qtnetwork-${PV}
- ~dev-qt/qtpositioning-${PV}
+ ~dev-qt/qtpositioning-${PV}[qml]
~dev-qt/qtsql-${PV}
sys-libs/zlib
"