Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
Date: Sun, 31 Jul 2016 20:51:45
Message-Id: 1469998289.9746f0aeee25a726192b5609fd2eed9fe42d475a.kensington@gentoo
1 commit: 9746f0aeee25a726192b5609fd2eed9fe42d475a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 20:51:14 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 20:51:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9746f0ae
7
8 app-office/texmacs: ensure correct version of qt binaries are called
9
10 Gentoo-bug: 590162
11
12 Package-Manager: portage-2.3.0
13
14 app-office/texmacs/texmacs-1.99.5.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild
18 index f5c7040..8642dcf 100644
19 --- a/app-office/texmacs/texmacs-1.99.5.ebuild
20 +++ b/app-office/texmacs/texmacs-1.99.5.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=6
24
25 -inherit autotools fdo-mime gnome2-utils
26 +inherit autotools fdo-mime gnome2-utils qmake-utils
27
28 MY_P=${P/tex/TeX}-src
29
30 @@ -64,6 +64,7 @@ src_prepare() {
31 src_configure() {
32 econf \
33 --enable-optimize="${CXXFLAGS}" \
34 + --with-qt="$(qt4_get_bindir)" \
35 $(use_with imlib imlib2) \
36 $(use_enable pdf pdf-renderer)
37 }