diff options
author | José P. R. N. Assis <espinafre@gmail.com> | 2024-02-01 09:00:54 -0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-04-16 19:29:06 +0300 |
commit | 3ae3a72b858be8b826ca96b34cb0f124659133e0 (patch) | |
tree | aa4e8b54802bb3b3eeec1b20905aeaa3ce8bbaa2 /sci-mathematics | |
parent | games-board/cutechess: Fix Qt handling (diff) | |
download | gentoo-3ae3a72b858be8b826ca96b34cb0f124659133e0.tar.gz gentoo-3ae3a72b858be8b826ca96b34cb0f124659133e0.tar.bz2 gentoo-3ae3a72b858be8b826ca96b34cb0f124659133e0.zip |
sci-mathematics/octave: fix qscintilla dep #916232
Adding [qt5(+)] to the qscintilla in preparation to supporting Qt5/Qt6
QScintilla multibuild. All revision numbers have been bumped (except for
8.3.0). Keywords kept as-is.
Bug: https://bugs.gentoo.org/916232
Signed-off-by: José P. R. N. Assis <espinafre@gmail.com>
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-8.3.0-r2.ebuild (renamed from sci-mathematics/octave/octave-8.3.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-8.3.0-r1.ebuild b/sci-mathematics/octave/octave-8.3.0-r2.ebuild index 70720e5931cd..d13104f9342f 100644 --- a/sci-mathematics/octave/octave-8.3.0-r1.ebuild +++ b/sci-mathematics/octave/octave-8.3.0-r2.ebuild @@ -49,7 +49,7 @@ RDEPEND=" dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 - x11-libs/qscintilla:= + x11-libs/qscintilla:=[qt5(+)] ) hdf5? ( sci-libs/hdf5:= ) imagemagick? ( media-gfx/graphicsmagick:=[cxx] ) |