Skip to content

Commit

Permalink
dev-qt/qtsql: pass -no-nis to configure
Browse files Browse the repository at this point in the history
qtsql does not use NIS, only qtgui does.

Bug: https://bugs.gentoo.org/564554
Closes: gentoo#6712
  • Loading branch information
devurandom authored and Pesa committed Jan 11, 2018
1 parent 0e97e70 commit 934145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 934145c

Please sign in to comment.