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 019AD139695 for ; Fri, 14 Jul 2017 08:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A5CF1FC050; Fri, 14 Jul 2017 08:52:11 +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 1A02D1FC050 for ; Fri, 14 Jul 2017 08:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DF2DE3418F1 for ; Fri, 14 Jul 2017 08:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B3D074B4 for ; Fri, 14 Jul 2017 08:52:07 +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: <1500022242.7db5861adca3fa6d94f85b17553301b2d44784b2.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.48.2.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7db5861adca3fa6d94f85b17553301b2d44784b2 X-VCS-Branch: master Date: Fri, 14 Jul 2017 08:52:07 +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-Archives-Salt: ebd81e97-66ef-49fe-b13e-c2db0027fa8f X-Archives-Hash: 8617cb7e0cb5f462ad54adf29b7dd477 commit: 7db5861adca3fa6d94f85b17553301b2d44784b2 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 14 04:22:37 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 14 08:50:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db5861a dev-libs/gjs: Adapt to code coverage configure argument change By using autoconf-archives, this is now --disable-code-coverage, not --disable-coverage Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/gjs/gjs-1.48.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gjs/gjs-1.48.2.ebuild b/dev-libs/gjs/gjs-1.48.2.ebuild index b34a1a1039c..ecd8af782c5 100644 --- a/dev-libs/gjs/gjs-1.48.2.ebuild +++ b/dev-libs/gjs/gjs-1.48.2.ebuild @@ -41,7 +41,7 @@ src_configure() { gnome2_src_configure \ --disable-systemtap \ --disable-dtrace \ - --disable-coverage \ + --disable-code-coverage \ $(use_with cairo cairo) \ $(use_with gtk) \ $(use_with test dbus-tests) \