diff options
author | Rick Farina <zerochaos@gentoo.org> | 2018-12-05 16:59:58 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2018-12-05 17:08:21 -0500 |
commit | a802978c479168afde267bcd775c936150ce9ed7 (patch) | |
tree | c67f496f026763bad1998b940c7e7e80d62b9ec8 /net-wireless/wpa_supplicant | |
parent | app-misc/jq: Revision bump, segfault fix with -ar params (diff) | |
download | gentoo-a802978c479168afde267bcd775c936150ce9ed7.tar.gz gentoo-a802978c479168afde267bcd775c936150ce9ed7.tar.bz2 gentoo-a802978c479168afde267bcd775c936150ce9ed7.zip |
net-wireless/wpa_supplicant: minor fixes for live ebuild
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/wpa_supplicant')
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
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 |