kde-frameworks: Add KDE Frameworks 5.46.0
[gentoo.git] / kde-frameworks / kplotting / kplotting-5.46.0.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 VIRTUALX_REQUIRED="test"
7 inherit kde5
8
9 DESCRIPTION="Framework providing easy data-plotting functions"
10 LICENSE="LGPL-2+"
11 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
12 IUSE=""
13
14 RDEPEND="
15         $(add_qt_dep qtgui)
16         $(add_qt_dep qtwidgets)
17 "
18 DEPEND="${RDEPEND}"