From: Mart Raudsepp Date: Mon, 2 Sep 2019 18:00:16 +0000 (+0300) Subject: dev-libs/gjs: clarify some configure args comments X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c3b9249aaa87374eec508b8c3d966d34e8d51481;p=gentoo.git dev-libs/gjs: clarify some configure args comments Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/dev-libs/gjs/gjs-1.56.2.ebuild b/dev-libs/gjs/gjs-1.56.2.ebuild index d436481cec50..a29e1c7e479c 100644 --- a/dev-libs/gjs/gjs-1.56.2.ebuild +++ b/dev-libs/gjs/gjs-1.56.2.ebuild @@ -45,8 +45,8 @@ src_configure() { $(use_enable readline) \ $(use_with test dbus-tests) \ --disable-installed-tests \ - --without-xvfb-tests - #$(use_with test xvfb-tests) # https://gitlab.gnome.org/GNOME/gjs/issues/280 + --without-xvfb-tests # disables Makefile spawning Xvfb for us, as we do it ourselves: + # https://gitlab.gnome.org/GNOME/gjs/issues/280 } src_install() {