Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/
Date: Fri, 14 Oct 2016 17:01:37
Message-Id: 1476464481.10b642091f38189e426575e68b4c131e28c15087.kensington@gentoo
1 commit: 10b642091f38189e426575e68b4c131e28c15087
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 17:01:15 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 17:01:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b64209
7
8 net-wireless/hostapd: add comment to force manifest regeneration
9
10 Gentoo-bug: 596462
11
12 Package-Manager: portage-2.3.2
13
14 net-wireless/hostapd/hostapd-2.6.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/net-wireless/hostapd/hostapd-2.6.ebuild b/net-wireless/hostapd/hostapd-2.6.ebuild
18 index 7cb958a..019ff13 100644
19 --- a/net-wireless/hostapd/hostapd-2.6.ebuild
20 +++ b/net-wireless/hostapd/hostapd-2.6.ebuild
21 @@ -6,6 +6,8 @@ EAPI="6"
22
23 inherit toolchain-funcs eutils systemd
24
25 +# bogus commit to force manifest regeneration #596462
26 +
27 DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
28 HOMEPAGE="http://hostap.epitest.fi"
29 SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz"