Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/
Date: Sun, 02 Sep 2018 02:46:49
Message-Id: 1535856205.7db02bc020fc23ff5a9dbf4c84a9a22cc32c72e2.andrey_utkin@gentoo
1 commit: 7db02bc020fc23ff5a9dbf4c84a9a22cc32c72e2
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 22 23:57:13 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 2 02:43:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db02bc0
7
8 net-wireless/hostapd: 9999: fix spacing in SRC_URI
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 net-wireless/hostapd/hostapd-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild
16 index 2b99c9ab887..e7978ed1696 100644
17 --- a/net-wireless/hostapd/hostapd-9999.ebuild
18 +++ b/net-wireless/hostapd/hostapd-9999.ebuild
19 @@ -15,7 +15,7 @@ if [[ $PV == 9999 ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="https://w1.fi/hostap.git"
22 else
23 - SRC_URI+="https://w1.fi/releases/${P}.tar.gz"
24 + SRC_URI+=" https://w1.fi/releases/${P}.tar.gz"
25 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
26 fi