kde-frameworks/extra-cmake-modules: De-stabilise arm
[gentoo.git] / dev-qt / qtgraphicaleffects / qtgraphicaleffects-5.7.1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 VIRTUALX_REQUIRED="test"
6 inherit qt5-build
7
8 DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
9
10 if [[ ${QT5_BUILD_TYPE} == release ]]; then
11         KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
12 fi
13
14 IUSE=""
15
16 RDEPEND="
17         ~dev-qt/qtcore-${PV}
18         ~dev-qt/qtdeclarative-${PV}
19         ~dev-qt/qtgui-${PV}
20 "
21 DEPEND="${RDEPEND}"