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: Tue, 19 Feb 2019 09:28:07
Message-Id: 1550568473.2066246a8775726a132c048fb9f07aac890113ea.andrey_utkin@gentoo
1 commit: 2066246a8775726a132c048fb9f07aac890113ea
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 09:27:05 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 09:27:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2066246a
7
8 net-wireless/hostapd: 9999: drop unused inherit eutils
9
10 As highlighted by https://gentooqa.levelnine.at.
11
12 Leaving 2.7-r2 intact for now, just being paranoid here.
13 Also stablereq has already been issued for 2.7-r2, don't want to change
14 it under arch teams' feet.
15
16 Package-Manager: Portage-2.3.51, Repoman-2.3.12
17 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
18
19 net-wireless/hostapd/hostapd-9999.ebuild | 4 ++--
20 1 file changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild
23 index 342d0151c2d..590d42c623a 100644
24 --- a/net-wireless/hostapd/hostapd-9999.ebuild
25 +++ b/net-wireless/hostapd/hostapd-9999.ebuild
26 @@ -1,9 +1,9 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI="6"
32
33 -inherit toolchain-funcs eutils systemd savedconfig
34 +inherit toolchain-funcs systemd savedconfig
35
36 DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
37 HOMEPAGE="http://w1.fi"