* /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'
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(-)
Thanks a lot, Matt!