diff options
author | Andrey Grozin <grozin@gentoo.org> | 2018-01-04 22:58:52 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2018-01-04 22:58:52 +0700 |
commit | c1bba173d7f558705b38481c79d95a7ab8e81ccc (patch) | |
tree | a263e05b01b898de52fc8fbbee9d2a2996eb7cc3 /sci-visualization | |
parent | sci-visualization/veusz: bump to 2.1.1 (diff) | |
download | gentoo-c1bba173d7f558705b38481c79d95a7ab8e81ccc.tar.gz gentoo-c1bba173d7f558705b38481c79d95a7ab8e81ccc.tar.bz2 gentoo-c1bba173d7f558705b38481c79d95a7ab8e81ccc.zip |
sci-visualization/gle: fix removing Qt4 gui
Closes: https://bugs.gentoo.org/642562
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gle/gle-4.2.5-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-visualization/gle/gle-4.2.5-r1.ebuild b/sci-visualization/gle/gle-4.2.5-r1.ebuild index 322a1e5c6b24..b16b4ee3425d 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) \ |