commit: b50914de0aeb0dd48dbf59d30499cf2af1458f27
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 17:58:34 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 20:48:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50914de
sci-mathematics/octave: Drop obsolete qt4 comment
Package-Manager: Portage-2.3.28, Repoman-2.3.9
sci-mathematics/octave/octave-4.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild
b/sci-mathematics/octave/octave-4.2.2.ebuild
index f120643f017..308659f6f62 100644
--- a/sci-mathematics/octave/octave-4.2.2.ebuild
+++ b/sci-mathematics/octave/octave-4.2.2.ebuild
@@ -95,7 +95,7 @@ PATCHES=(
)
src_prepare() {
- # nasty prefix hacks for fltk:1 and qt4 linking
+ # nasty prefix hacks for fltk:1 linking
if use prefix; then
use opengl && append-ldflags
-Wl,-rpath,"${EPREFIX}/usr/$(get_libdir)/fltk-1"
fi