commit:     0732fe3e762b640eae848ea4accdae9d137a3471
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  7 01:32:19 2018 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sat Jul  7 01:33:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0732fe3e

net-wireless/hostapd: s/!use/! use/g

Fix syntax issue which caused errors.
In all relevant ebuilds including stable.

Suggested-by: Matt Turner <mattst88 <AT> gentoo.org>
Bug: https://bugs.gentoo.org/660378
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-wireless/hostapd/hostapd-2.6-r4.ebuild | 6 +++---
 net-wireless/hostapd/hostapd-2.6-r5.ebuild | 6 +++---
 net-wireless/hostapd/hostapd-2.6-r6.ebuild | 6 +++---
 net-wireless/hostapd/hostapd-9999.ebuild   | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-wireless/hostapd/hostapd-2.6-r4.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r4.ebuild
index a0403321ea5..6f00dd91246 100644
--- a/net-wireless/hostapd/hostapd-2.6-r4.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-r4.ebuild
@@ -82,7 +82,7 @@ src_configure() {
        echo "CONFIG_ERP=y" >> ${CONFIG}
        echo "CONFIG_EAP_MD5=y" >> ${CONFIG}
 
-       if use internal-tls && !use libressl; then
+       if use internal-tls && ! use libressl; then
                echo "CONFIG_TLS=internal" >> ${CONFIG}
        else
                # SSL authentication methods
@@ -183,7 +183,7 @@ src_configure() {
 src_compile() {
        emake V=1
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                emake V=1 nt_password_hash
                emake V=1 hlr_auc_gw
        fi
@@ -198,7 +198,7 @@ src_install() {
        dosbin ${PN}
        dobin ${PN}_cli
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                dobin nt_password_hash hlr_auc_gw
        fi
 

diff --git a/net-wireless/hostapd/hostapd-2.6-r5.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r5.ebuild
index 67f105b8c77..82e50e8b7f0 100644
--- a/net-wireless/hostapd/hostapd-2.6-r5.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-r5.ebuild
@@ -85,7 +85,7 @@ src_configure() {
        echo "CONFIG_ERP=y" >> ${CONFIG}
        echo "CONFIG_EAP_MD5=y" >> ${CONFIG}
 
-       if use internal-tls && !use libressl; then
+       if use internal-tls && ! use libressl; then
                echo "CONFIG_TLS=internal" >> ${CONFIG}
        else
                # SSL authentication methods
@@ -186,7 +186,7 @@ src_configure() {
 src_compile() {
        emake V=1
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                emake V=1 nt_password_hash
                emake V=1 hlr_auc_gw
        fi
@@ -201,7 +201,7 @@ src_install() {
        dosbin ${PN}
        dobin ${PN}_cli
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                dobin nt_password_hash hlr_auc_gw
        fi
 

diff --git a/net-wireless/hostapd/hostapd-2.6-r6.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r6.ebuild
index ffca9d29e16..484677f3913 100644
--- a/net-wireless/hostapd/hostapd-2.6-r6.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-r6.ebuild
@@ -88,7 +88,7 @@ src_configure() {
        echo "CONFIG_ERP=y" >> ${CONFIG}
        echo "CONFIG_EAP_MD5=y" >> ${CONFIG}
 
-       if use internal-tls && !use libressl; then
+       if use internal-tls && ! use libressl; then
                echo "CONFIG_TLS=internal" >> ${CONFIG}
        else
                # SSL authentication methods
@@ -189,7 +189,7 @@ src_configure() {
 src_compile() {
        emake V=1
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                emake V=1 nt_password_hash
                emake V=1 hlr_auc_gw
        fi
@@ -204,7 +204,7 @@ src_install() {
        dosbin ${PN}
        dobin ${PN}_cli
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                dobin nt_password_hash hlr_auc_gw
        fi
 

diff --git a/net-wireless/hostapd/hostapd-9999.ebuild 
b/net-wireless/hostapd/hostapd-9999.ebuild
index 7cf65530325..2b99c9ab887 100644
--- a/net-wireless/hostapd/hostapd-9999.ebuild
+++ b/net-wireless/hostapd/hostapd-9999.ebuild
@@ -86,7 +86,7 @@ src_configure() {
        echo "CONFIG_ERP=y" >> ${CONFIG}
        echo "CONFIG_EAP_MD5=y" >> ${CONFIG}
 
-       if use internal-tls && !use libressl; then
+       if use internal-tls && ! use libressl; then
                echo "CONFIG_TLS=internal" >> ${CONFIG}
        else
                # SSL authentication methods
@@ -187,7 +187,7 @@ src_configure() {
 src_compile() {
        emake V=1
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                emake V=1 nt_password_hash
                emake V=1 hlr_auc_gw
        fi
@@ -202,7 +202,7 @@ src_install() {
        dosbin ${PN}
        dobin ${PN}_cli
 
-       if use libressl || !use internal-tls; then
+       if use libressl || ! use internal-tls; then
                dobin nt_password_hash hlr_auc_gw
        fi
 

Reply via email to