diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-05 23:29:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-06 20:34:45 +0100 |
commit | 28743080f7d476889189e99d6bbe737f6528bf0e (patch) | |
tree | 178357c0ea233d83e0e2856937575da1f4251032 /dev-qt | |
parent | www-client/chromium: stable channel bump (71.0.3578.80) (diff) | |
download | gentoo-28743080f7d476889189e99d6bbe737f6528bf0e.tar.gz gentoo-28743080f7d476889189e99d6bbe737f6528bf0e.tar.bz2 gentoo-28743080f7d476889189e99d6bbe737f6528bf0e.zip |
dev-qt/qtpositioning: Enable USE qml by default
dev-qt/qtlocation is going to depend on it unconditionally.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild b/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild index 209467ba5205..97a9b4d9e477 100644 --- a/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild +++ b/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild @@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi -IUSE="geoclue qml" +IUSE="geoclue +qml" RDEPEND=" ~dev-qt/qtcore-${PV} |