Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
Date: Sat, 07 Apr 2018 20:49:34
Message-Id: 1523134124.b50914de0aeb0dd48dbf59d30499cf2af1458f27.asturm@gentoo
1 commit: b50914de0aeb0dd48dbf59d30499cf2af1458f27
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 17:58:34 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 20:48:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50914de
7
8 sci-mathematics/octave: Drop obsolete qt4 comment
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 sci-mathematics/octave/octave-4.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild b/sci-mathematics/octave/octave-4.2.2.ebuild
16 index f120643f017..308659f6f62 100644
17 --- a/sci-mathematics/octave/octave-4.2.2.ebuild
18 +++ b/sci-mathematics/octave/octave-4.2.2.ebuild
19 @@ -95,7 +95,7 @@ PATCHES=(
20 )
21
22 src_prepare() {
23 - # nasty prefix hacks for fltk:1 and qt4 linking
24 + # nasty prefix hacks for fltk:1 linking
25 if use prefix; then
26 use opengl && append-ldflags -Wl,-rpath,"${EPREFIX}/usr/$(get_libdir)/fltk-1"
27 fi