sci-visualization/gle: fix removing Qt4 gui

Closes: https://bugs.gentoo.org/642562
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Andrey Grozin
2018-01-04 22:58:52 +07:00
parent 9e7a1931ae
commit c1bba173d7

View File

@@ -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) \