commit: 74e01111d0665dbb30030a57d553e692583404d2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 16:46:31 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 16:46:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e01111
sci-mathematics/octave: RDEPEND on dev-qt/qtopengl:5
Gentoo-bug: 604418
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../octave/{octave-4.2.0-r2.ebuild => octave-4.2.0-r3.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-mathematics/octave/octave-4.2.0-r2.ebuild
b/sci-mathematics/octave/octave-4.2.0-r3.ebuild
similarity index 99%
rename from sci-mathematics/octave/octave-4.2.0-r2.ebuild
rename to sci-mathematics/octave/octave-4.2.0-r3.ebuild
index bf16ec0..5deb837 100644
--- a/sci-mathematics/octave/octave-4.2.0-r2.ebuild
+++ b/sci-mathematics/octave/octave-4.2.0-r3.ebuild
@@ -51,6 +51,7 @@ RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
+ dev-qt/qtopengl:5
>=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)]
)
readline? ( sys-libs/readline:0= )