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 13AE0138330 for ; Thu, 6 Oct 2016 07:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D20AFE0AF0; Thu, 6 Oct 2016 07:48:43 +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 B0A82E0AF0 for ; Thu, 6 Oct 2016 07:48:43 +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 9A3E1341241 for ; Thu, 6 Oct 2016 07:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32A4B2497 for ; Thu, 6 Oct 2016 07:48:40 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1475740023.14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/hostapd/hostapd-2.6.ebuild X-VCS-Directories: net-wireless/hostapd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89 X-VCS-Branch: master Date: Thu, 6 Oct 2016 07:48:40 +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: 8157abbc-e70d-479d-9159-d391da034b82 X-Archives-Hash: cecb54cae4f511d1ad5779436215d541 commit: 14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 6 07:47:03 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 6 07:47:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d0f0fa net-wireless/hostapd: Fixed incomplete EAPI-6 conversion (bug #596306). Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> net-wireless/hostapd/hostapd-2.6.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-wireless/hostapd/hostapd-2.6.ebuild b/net-wireless/hostapd/hostapd-2.6.ebuild index d466344..ef47aff 100644 --- a/net-wireless/hostapd/hostapd-2.6.ebuild +++ b/net-wireless/hostapd/hostapd-2.6.ebuild @@ -28,6 +28,8 @@ RDEPEND="${DEPEND}" S="${S}/${PN}" src_prepare() { + default + sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \ "${S}/hostapd.conf" || die }