diff options
author | 2017-09-09 13:29:10 +0200 | |
---|---|---|
committer | 2017-09-09 13:29:51 +0200 | |
commit | 449b70581d8bd53212434c5c5b883099333502de (patch) | |
tree | cbfac5508f05db31d1c2b685f4e98d89c5a3ddde /kde-frameworks/kplotting/kplotting-5.38.0.ebuild | |
parent | x11-misc/compton: Remove desktop-misc maintainership (reverts initial commit). (diff) | |
download | gentoo-449b70581d8bd53212434c5c5b883099333502de.tar.gz gentoo-449b70581d8bd53212434c5c5b883099333502de.tar.bz2 gentoo-449b70581d8bd53212434c5c5b883099333502de.zip |
kde-frameworks: Version bump KDE Frameworks 5.38.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-frameworks/kplotting/kplotting-5.38.0.ebuild')
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.38.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/kplotting-5.38.0.ebuild b/kde-frameworks/kplotting/kplotting-5.38.0.ebuild new file mode 100644 index 000000000000..91c166f32494 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.38.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing easy data-plotting functions" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND}" |