Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660378 - net-wireless/hostapd uses '!use'
Summary: net-wireless/hostapd uses '!use'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andriy Utkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-04 20:04 UTC by Matt Turner
Modified: 2018-07-07 01:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2018-07-04 20:04:18 UTC
*      /var/tmp/portage/net-wireless/hostapd-2.6-r4/temp/environment: line 2179: !use: command not found
 *      /var/tmp/portage/net-wireless/hostapd-2.6-r4/temp/environment: line 2275: !use: command not found


Because of:

if use libressl || !use internal-tls; then

'!use' should be '! use'
Comment 1 Larry the Git Cow gentoo-dev 2018-07-07 01:40:20 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0732fe3e762b640eae848ea4accdae9d137a3471

commit 0732fe3e762b640eae848ea4accdae9d137a3471
Author:     Andrey Utkin <andrey_utkin@gentoo.org>
AuthorDate: 2018-07-07 01:32:19 +0000
Commit:     Andrey Utkin <andrey_utkin@gentoo.org>
CommitDate: 2018-07-07 01:33:42 +0000

    net-wireless/hostapd: s/!use/! use/g
    
    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 | 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(-)
Comment 2 Andriy Utkin (RETIRED) gentoo-dev 2018-07-07 01:44:50 UTC
Thanks a lot, Matt!