diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-05 23:49:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-06 20:34:45 +0100 |
commit | 76bf1c12fa3aedcd336e9eff02e114f4f5abdd8b (patch) | |
tree | 62419050fdb23032209951954da924f1c7445fba /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Enable USE qml by default (diff) | |
download | gentoo-76bf1c12fa3aedcd336e9eff02e114f4f5abdd8b.tar.gz gentoo-76bf1c12fa3aedcd336e9eff02e114f4f5abdd8b.tar.bz2 gentoo-76bf1c12fa3aedcd336e9eff02e114f4f5abdd8b.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>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild (renamed from dev-qt/qtlocation/qtlocation-5.11.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.11.3.ebuild b/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild index b6f3af24dda4..78057b719907 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 " |