commit: c1bba173d7f558705b38481c79d95a7ab8e81ccc Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Thu Jan 4 15:58:52 2018 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 15:58:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bba173
sci-visualization/gle: fix removing Qt4 gui Closes: https://bugs.gentoo.org/642562 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-visualization/gle/gle-4.2.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-visualization/gle/gle-4.2.5-r1.ebuild b/sci-visualization/gle/gle-4.2.5-r1.ebuild index 322a1e5c6b2..b16b4ee3425 100644 --- a/sci-visualization/gle/gle-4.2.5-r1.ebuild +++ b/sci-visualization/gle/gle-4.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -41,6 +41,7 @@ src_configure() { append-cppflags ${CXXFLAGS} econf \ --without-rpath \ + --without-qt \ --with-manip \ $(use_with X x) \ $(use_with jpeg) \
