commit: 14d0f0fabefbc5cc25f28dab4b8402f1a82a3c89
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 07:47:03 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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
}