diff options
author | Mark Wright <gienah@gentoo.org> | 2018-07-05 10:51:47 +1000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2018-07-05 10:51:47 +1000 |
commit | bceea257a9486c16aeb98bf04872a73604acccdc (patch) | |
tree | cff6c57aca80bae5f691448954b51cfc6d556480 /sci-mathematics | |
parent | app-backup/borgbackup: x86 stable (bug #660326) (diff) | |
download | gentoo-bceea257a9486c16aeb98bf04872a73604acccdc.tar.gz gentoo-bceea257a9486c16aeb98bf04872a73604acccdc.tar.bz2 gentoo-bceea257a9486c16aeb98bf04872a73604acccdc.zip |
sci-mathematics/octave: Add missing qt deps
Thanks to Jens Saak for reporting.
Closes: https://bugs.gentoo.org/660336
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-4.4.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-mathematics/octave/octave-4.4.0.ebuild b/sci-mathematics/octave/octave-4.4.0.ebuild index 54e929a545b4..45ac0d9b327e 100644 --- a/sci-mathematics/octave/octave-4.4.0.ebuild +++ b/sci-mathematics/octave/octave-4.4.0.ebuild @@ -30,8 +30,11 @@ RDEPEND=" gui? ( dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qthelp:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 x11-libs/qscintilla:= ) hdf5? ( sci-libs/hdf5:0= ) |