commit: c3b9249aaa87374eec508b8c3d966d34e8d51481
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 2 18:00:16 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 18:00:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b9249a
dev-libs/gjs: clarify some configure args comments
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-libs/gjs/gjs-1.56.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/gjs/gjs-1.56.2.ebuild b/dev-libs/gjs/gjs-1.56.2.ebuild
index d436481cec5..a29e1c7e479 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() {