# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" fi IUSE="gles2 +jit localstorage +widgets" BDEPEND="${PYTHON_DEPS}" # qtgui[gles2=] is needed because of bug 504322 DEPEND=" ~dev-qt/qtcore-${PV} ~dev-qt/qtgui-${PV}[gles2=] ~dev-qt/qtnetwork-${PV} ~dev-qt/qttest-${PV} localstorage? ( ~dev-qt/qtsql-${PV} ) widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] ) " RDEPEND="${DEPEND} !