diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-08-23 00:57:13 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-09-02 03:43:25 +0100 |
commit | 7db02bc020fc23ff5a9dbf4c84a9a22cc32c72e2 (patch) | |
tree | aeb7dfe25e85801af55cb121e3325747b0197931 /net-wireless/hostapd | |
parent | app-emulation/wine-any: Drop old (diff) | |
download | gentoo-7db02bc020fc23ff5a9dbf4c84a9a22cc32c72e2.tar.gz gentoo-7db02bc020fc23ff5a9dbf4c84a9a22cc32c72e2.tar.bz2 gentoo-7db02bc020fc23ff5a9dbf4c84a9a22cc32c72e2.zip |
net-wireless/hostapd: 9999: fix spacing in SRC_URI
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/hostapd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild index 2b99c9ab8875..e7978ed1696b 100644 --- a/net-wireless/hostapd/hostapd-9999.ebuild +++ b/net-wireless/hostapd/hostapd-9999.ebuild @@ -15,7 +15,7 @@ if [[ $PV == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://w1.fi/hostap.git" else - SRC_URI+="https://w1.fi/releases/${P}.tar.gz" + SRC_URI+=" https://w1.fi/releases/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" fi |