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 E6C5659CA4 for ; Mon, 14 Mar 2016 19:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6567D21C069; Mon, 14 Mar 2016 18:59:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCDE521C069 for ; Mon, 14 Mar 2016 18:59:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDDBD340C3F for ; Mon, 14 Mar 2016 18:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8C4857 for ; Mon, 14 Mar 2016 18:59:54 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1457981828.7e6438508f871c2b1f776c8a273d3edcd45451fc.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/kismet/kismet-2016.01.1.ebuild X-VCS-Directories: net-wireless/kismet/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 7e6438508f871c2b1f776c8a273d3edcd45451fc X-VCS-Branch: master Date: Mon, 14 Mar 2016 18:59:54 +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: 4f0e50b4-e2c9-4537-bea3-25f2144ce81a X-Archives-Hash: 6f6f839e7d54d4b14a45143863ea30c7 commit: 7e6438508f871c2b1f776c8a273d3edcd45451fc Author: Zero_Chaos gentoo org> AuthorDate: Mon Mar 14 18:56:35 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Mar 14 18:57:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e643850 net-wireless/kismet: aclocal doesn't work in this release which breaks the tinfo fix :-( working on it Package-Manager: portage-2.2.27 net-wireless/kismet/kismet-2016.01.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-wireless/kismet/kismet-2016.01.1.ebuild b/net-wireless/kismet/kismet-2016.01.1.ebuild index 73fa7ad..8b4db9a 100644 --- a/net-wireless/kismet/kismet-2016.01.1.ebuild +++ b/net-wireless/kismet/kismet-2016.01.1.ebuild @@ -51,8 +51,9 @@ RDEPEND="${CDEPEND} " src_prepare() { - epatch "${FILESDIR}"/${P}-tinfo.patch - eautoreconf + #aclocal-1.15: error: configure.ac:4: file 'm4/ax_pthread.m4' does not exist + #epatch "${FILESDIR}"/${P}-tinfo.patch + #eautoreconf sed -i -e "s:^\(logtemplate\)=\(.*\):\1=/tmp/\2:" \ conf/kismet.conf.in