Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gle/
Date: Thu, 04 Jan 2018 15:59:21
Message-Id: 1515081532.c1bba173d7f558705b38481c79d95a7ab8e81ccc.grozin@gentoo
1 commit: c1bba173d7f558705b38481c79d95a7ab8e81ccc
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 15:58:52 2018 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 15:58:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bba173
7
8 sci-visualization/gle: fix removing Qt4 gui
9
10 Closes: https://bugs.gentoo.org/642562
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 sci-visualization/gle/gle-4.2.5-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-visualization/gle/gle-4.2.5-r1.ebuild b/sci-visualization/gle/gle-4.2.5-r1.ebuild
17 index 322a1e5c6b2..b16b4ee3425 100644
18 --- a/sci-visualization/gle/gle-4.2.5-r1.ebuild
19 +++ b/sci-visualization/gle/gle-4.2.5-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -41,6 +41,7 @@ src_configure() {
27 append-cppflags ${CXXFLAGS}
28 econf \
29 --without-rpath \
30 + --without-qt \
31 --with-manip \
32 $(use_with X x) \
33 $(use_with jpeg) \