From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B444138334 for ; Mon, 2 Sep 2019 18:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B2EE081A; Mon, 2 Sep 2019 18:01:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C367E081A for ; Mon, 2 Sep 2019 18:01:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B50034AA3D for ; Mon, 2 Sep 2019 18:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BD0B766 for ; Mon, 2 Sep 2019 18:01:20 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1567447233.c3b9249aaa87374eec508b8c3d966d34e8d51481.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.56.2.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c3b9249aaa87374eec508b8c3d966d34e8d51481 X-VCS-Branch: master Date: Mon, 2 Sep 2019 18:01:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d87dacb2-aae1-4113-ac5f-8ace3495aeb1 X-Archives-Hash: ca610eb56d33c3d8ae4011ff506720cd commit: c3b9249aaa87374eec508b8c3d966d34e8d51481 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Sep 2 18:00:16 2019 +0000 Commit: Mart Raudsepp gentoo 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 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() {