commit:     76bf1c12fa3aedcd336e9eff02e114f4f5abdd8b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  5 22:49:00 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 19:34:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bf1c12

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 <AT> gentoo.org>
Thanks-to: Jimi Huotari <chiitoo <AT> gentoo.org>
Thanks-to: Iade Gesso <iade.gesso <AT> gmail.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{qtlocation-5.11.3.ebuild => qtlocation-5.11.3-r1.ebuild}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.11.3.ebuild 
b/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild
similarity index 96%
rename from dev-qt/qtlocation/qtlocation-5.11.3.ebuild
rename to dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild
index b6f3af24dda..78057b71990 100644
--- a/dev-qt/qtlocation/qtlocation-5.11.3.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.11.3-r1.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
 "

Reply via email to