Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/
Date: Wed, 05 Dec 2018 22:08:35
Message-Id: 1544047701.a802978c479168afde267bcd775c936150ce9ed7.zerochaos@gentoo
1 commit: a802978c479168afde267bcd775c936150ce9ed7
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 5 21:59:58 2018 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 22:08:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a802978c
7
8 net-wireless/wpa_supplicant: minor fixes for live ebuild
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
17 index 5c5676770af..df34e7baa75 100644
18 --- a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
19 +++ b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -135,10 +135,7 @@ src_prepare() {
27 fi
28
29 # bug (320097)
30 - #eapply "${FILESDIR}/${P}-do-not-call-dbus-functions-with-NULL-path.patch"
31 -
32 - # bug (596332 & 651314)
33 - #eapply "${FILESDIR}/${P}-libressl-compatibility.patch"
34 + eapply "${FILESDIR}/${PN}-2.6-do-not-call-dbus-functions-with-NULL-path.patch"
35
36 # bug (640492)
37 sed -i 's#-Werror ##' wpa_supplicant/Makefile || die
38 @@ -387,7 +384,9 @@ src_install() {
39
40 newdoc .config build-config
41
42 - #doman doc/docbook/*.{5,8}
43 + if [ "${PV}" != "9999" ]; then
44 + doman doc/docbook/*.{5,8}
45 + fi
46
47 if use qt5 ; then
48 into /usr