Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/
Date: Mon, 02 Sep 2019 18:01:24
Message-Id: 1567447233.c3b9249aaa87374eec508b8c3d966d34e8d51481.leio@gentoo
1 commit: c3b9249aaa87374eec508b8c3d966d34e8d51481
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 18:00:16 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 18:00:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b9249a
7
8 dev-libs/gjs: clarify some configure args comments
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/gjs/gjs-1.56.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/gjs/gjs-1.56.2.ebuild b/dev-libs/gjs/gjs-1.56.2.ebuild
17 index d436481cec5..a29e1c7e479 100644
18 --- a/dev-libs/gjs/gjs-1.56.2.ebuild
19 +++ b/dev-libs/gjs/gjs-1.56.2.ebuild
20 @@ -45,8 +45,8 @@ src_configure() {
21 $(use_enable readline) \
22 $(use_with test dbus-tests) \
23 --disable-installed-tests \
24 - --without-xvfb-tests
25 - #$(use_with test xvfb-tests) # https://gitlab.gnome.org/GNOME/gjs/issues/280
26 + --without-xvfb-tests # disables Makefile spawning Xvfb for us, as we do it ourselves:
27 + # https://gitlab.gnome.org/GNOME/gjs/issues/280
28 }
29
30 src_install() {