diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-21 16:51:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-21 16:57:32 +0200 |
commit | f23a8655b8870860e897ff3becb0aec7e85d2131 (patch) | |
tree | cd7e8ee18a7b0f23619807bf68dd853524ddfc68 /sci-visualization/labplot/labplot-9999.ebuild | |
parent | sci-libs/exodusii: Drop old (diff) | |
download | gentoo-f23a8655b8870860e897ff3becb0aec7e85d2131.tar.gz gentoo-f23a8655b8870860e897ff3becb0aec7e85d2131.tar.bz2 gentoo-f23a8655b8870860e897ff3becb0aec7e85d2131.zip |
sci-visualization/labplot: Add missing dependencies
Closes: https://bugs.gentoo.org/668882
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-visualization/labplot/labplot-9999.ebuild')
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index b6d50918c311..8b114b533318 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,8 +30,10 @@ COMMON_DEPEND=" $(add_frameworks_dep syntax-highlighting) $(add_qt_dep qtconcurrent) $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtserialport) + $(add_qt_dep qtsql) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) >=sci-libs/gsl-1.15:= |