commit:     934145c70fbe9131cde39bd51da9cb52d44a37ec
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Mon Jan  1 21:18:55 2018 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 06:14:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934145c7

dev-qt/qtsql: pass -no-nis to configure

qtsql does not use NIS, only qtgui does.

Bug: https://bugs.gentoo.org/564554
Closes: https://github.com/gentoo/gentoo/pull/6712

 dev-qt/qtsql/qtsql-4.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild 
b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
index bc6b7192ac4..089d7a76c79 100644
--- a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
+++ b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
@@ -50,7 +50,7 @@ multilib_src_configure() {
                -no-accessibility -no-xmlpatterns -no-multimedia 
-no-audio-backend -no-phonon
                -no-phonon-backend -no-svg -no-webkit -no-script 
-no-scripttools -no-declarative
                -system-zlib -no-gif -no-libtiff -no-libpng -no-libmng 
-no-libjpeg -no-openssl
-               -no-cups -no-dbus -no-gtkstyle -no-nas-sound -no-opengl
+               -no-cups -no-dbus -no-gtkstyle -no-nas-sound -no-nis -no-opengl
                -no-sm -no-xshape -no-xvideo -no-xsync -no-xinerama -no-xcursor 
-no-xfixes
                -no-xrandr -no-xrender -no-mitshm -no-fontconfig -no-freetype 
-no-xinput -no-xkb
                -no-glib

Reply via email to