commit:     844510ef9d96dcfcdaef70ddc21e484a1cbe97a2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 18:12:39 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 18:12:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844510ef

dev-qt/qtquickcontrols: revision bump to ensure that Qt dependencies are of the 
same version

Package-Manager: portage-2.2.26

 .../qtquickcontrols-5.5.1-r1.ebuild                | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.5.1-r1.ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5.5.1-r1.ebuild
new file mode 100644
index 0000000..3bc33b4
--- /dev/null
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.5.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit qt5-build
+
+DESCRIPTION="Set of controls used in conjunction with Qt Quick to build 
complete interfaces"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+fi
+
+IUSE="+widgets"
+
+DEPEND="
+       ~dev-qt/qtcore-${PV}
+       ~dev-qt/qtdeclarative-${PV}
+       ~dev-qt/qtgui-${PV}
+       widgets? ( ~dev-qt/qtwidgets-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       qt_use_disable_mod widgets widgets \
+               src/src.pro \
+               src/controls/Private/private.pri \
+               tests/auto/activeFocusOnTab/activeFocusOnTab.pro \
+               tests/auto/controls/controls.pro \
+               tests/auto/testplugin/testplugin.pro
+
+       qt5-build_src_prepare
+}

Reply via email to