From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D336138334 for ; Thu, 6 Dec 2018 19:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 692FBE096D; Thu, 6 Dec 2018 19:35:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BF14E096D for ; Thu, 6 Dec 2018 19:35:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6564335C07 for ; Thu, 6 Dec 2018 19:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D5954CB for ; Thu, 6 Dec 2018 19:35:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544124885.28743080f7d476889189e99d6bbe737f6528bf0e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtpositioning/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild X-VCS-Directories: dev-qt/qtpositioning/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 28743080f7d476889189e99d6bbe737f6528bf0e X-VCS-Branch: master Date: Thu, 6 Dec 2018 19:35:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e46bb119-b56d-48da-86eb-bfc0f60f9cf0 X-Archives-Hash: 70e3d66855e22eddfded15fce484b6fd commit: 28743080f7d476889189e99d6bbe737f6528bf0e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 5 22:29:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 6 19:34:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28743080 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 gentoo.org> dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild b/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild index 209467ba520..97a9b4d9e47 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}