kde-frameworks/plasma: Drop 5.56.1-r1
[gentoo.git] / dev-qt / qttranslations / qttranslations-5.12.1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 inherit qt5-build
6
7 DESCRIPTION="Translation files for the Qt5 framework"
8
9 if [[ ${QT5_BUILD_TYPE} == release ]]; then
10         KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
11 fi
12
13 IUSE=""
14
15 DEPEND="
16         ~dev-qt/linguist-tools-${PV}
17         ~dev-qt/qtcore-${PV}
18 "
19 RDEPEND=""