commit: 2066246a8775726a132c048fb9f07aac890113ea Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Tue Feb 19 09:27:05 2019 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Tue Feb 19 09:27:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2066246a
net-wireless/hostapd: 9999: drop unused inherit eutils As highlighted by https://gentooqa.levelnine.at. Leaving 2.7-r2 intact for now, just being paranoid here. Also stablereq has already been issued for 2.7-r2, don't want to change it under arch teams' feet. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> net-wireless/hostapd/hostapd-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild index 342d0151c2d..590d42c623a 100644 --- a/net-wireless/hostapd/hostapd-9999.ebuild +++ b/net-wireless/hostapd/hostapd-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit toolchain-funcs eutils systemd savedconfig +inherit toolchain-funcs systemd savedconfig DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon" HOMEPAGE="http://w1.fi"
