diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-09-02 21:00:16 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-09-02 21:00:33 +0300 |
commit | c3b9249aaa87374eec508b8c3d966d34e8d51481 (patch) | |
tree | e1c7df2f4aaeab8bd2a6c4e863c54fbaf3435352 /dev-libs/gjs | |
parent | net-im/poezio: drop old Git URI (diff) | |
download | gentoo-c3b9249aaa87374eec508b8c3d966d34e8d51481.tar.gz gentoo-c3b9249aaa87374eec508b8c3d966d34e8d51481.tar.bz2 gentoo-c3b9249aaa87374eec508b8c3d966d34e8d51481.zip |
dev-libs/gjs: clarify some configure args comments
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/gjs')
-rw-r--r-- | dev-libs/gjs/gjs-1.56.2.ebuild | 4 |
1 files 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 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() { |