net-wireless/hostapd: s/!use/! use/g
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 7 Jul 2018 01:32:19 +0000 (02:32 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 7 Jul 2018 01:33:42 +0000 (02:33 +0100)
Fix syntax issue which caused errors.
In all relevant ebuilds including stable.

Suggested-by: Matt Turner <mattst88@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
net-wireless/hostapd/hostapd-2.6-r5.ebuild
net-wireless/hostapd/hostapd-2.6-r6.ebuild
net-wireless/hostapd/hostapd-9999.ebuild

index a0403321ea59551be7e66fe5337f0457dcdcea45..6f00dd912468cf7470f738d633abcea7d12053f1 100644 (file)
@@ -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
 
index 67f105b8c77a7f1e1554d55fd39142228290c27a..82e50e8b7f086c8b5cf725542b7d32e9b1704df3 100644 (file)
@@ -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
 
index ffca9d29e166ff737245204382b55eb0601b6453..484677f3913d8d64609702427743fb9bfad53111 100644 (file)
@@ -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
 
index 7cf65530325cb46efde23aa04ecace1196c6020c..2b99c9ab887520109cf3a781c4f0e67485d5e07d 100644 (file)
@@ -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