From a802978c479168afde267bcd775c936150ce9ed7 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Wed, 5 Dec 2018 16:59:58 -0500 Subject: net-wireless/wpa_supplicant: minor fixes for live ebuild Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Rick Farina --- net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'net-wireless') diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild index 5c5676770af4..df34e7baa75c 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -135,10 +135,7 @@ src_prepare() { fi # bug (320097) - #eapply "${FILESDIR}/${P}-do-not-call-dbus-functions-with-NULL-path.patch" - - # bug (596332 & 651314) - #eapply "${FILESDIR}/${P}-libressl-compatibility.patch" + eapply "${FILESDIR}/${PN}-2.6-do-not-call-dbus-functions-with-NULL-path.patch" # bug (640492) sed -i 's#-Werror ##' wpa_supplicant/Makefile || die @@ -387,7 +384,9 @@ src_install() { newdoc .config build-config - #doman doc/docbook/*.{5,8} + if [ "${PV}" != "9999" ]; then + doman doc/docbook/*.{5,8} + fi if use qt5 ; then into /usr -- cgit v1.2.3-65-gdbad