From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17007138454 for ; Fri, 11 Sep 2015 02:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EA7F21C015; Fri, 11 Sep 2015 02:13:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D94821C015 for ; Fri, 11 Sep 2015 02:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE137340AB0 for ; Fri, 11 Sep 2015 02:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1AB418F for ; Fri, 11 Sep 2015 02:13:08 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1441937091.a07a0f5f699925b7081a5899309a6e148790625a.tetromino@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/networkmanager/networkmanager-1.0.6.ebuild X-VCS-Directories: net-misc/networkmanager/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: a07a0f5f699925b7081a5899309a6e148790625a X-VCS-Branch: master Date: Fri, 11 Sep 2015 02:13:08 +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: e2e23ca9-e709-4622-be77-e8f4e59ab411 X-Archives-Hash: e94626b647aa906ea11195af96054f65 commit: a07a0f5f699925b7081a5899309a6e148790625a Author: Alexandre Rostovtsev gentoo org> AuthorDate: Fri Sep 11 02:04:27 2015 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Fri Sep 11 02:04:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07a0f5f net-misc/networkmanager: don't compile examples They are not needed and can cause build failure in some cases. Gentoo-Bug: 560140 Reported-by: Anibal Francisco Package-Manager: portage-2.2.20.1 net-misc/networkmanager/networkmanager-1.0.6.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-misc/networkmanager/networkmanager-1.0.6.ebuild b/net-misc/networkmanager/networkmanager-1.0.6.ebuild index a86a5f8..fd570b5 100644 --- a/net-misc/networkmanager/networkmanager-1.0.6.ebuild +++ b/net-misc/networkmanager/networkmanager-1.0.6.ebuild @@ -121,6 +121,9 @@ src_prepare() { # Force use of /run, avoid eautoreconf, upstream bug #737139, fixed in 'master' sed -e 's:$localstatedir/run/:/run/:' -i configure || die + # Don't build examples, they are not needed and can cause build failure + sed -e '/^\s*examples\s*\\/d' -i Makefile.{am,in} || die + use vala && vala_src_prepare epatch_user # don't remove, users often want custom patches for NM