diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-29 19:03:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-29 19:04:39 +0300 |
commit | b39192875e8240533f89b71415630a29bbb08ea9 (patch) | |
tree | 0d41f46c893461b0a42a0b9343b7993d3052b80e /net-wireless/hostap-utils | |
parent | gnome-extra/gnome-shell-extension-dash-to-panel: Drop old (diff) | |
download | gentoo-b39192875e8240533f89b71415630a29bbb08ea9.tar.gz gentoo-b39192875e8240533f89b71415630a29bbb08ea9.tar.bz2 gentoo-b39192875e8240533f89b71415630a29bbb08ea9.zip |
net-wireless/hostap-utils: port to EAPI=7
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r-- | net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch | 4 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild | 11 |
2 files changed, 5 insertions, 10 deletions
diff --git a/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch b/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch index 366a878b7b62..e6838ba27c2f 100644 --- a/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch +++ b/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2012-11-20 12:16:39.747881769 +0400 -+++ Makefile 2012-11-20 12:17:39.248881307 +0400 +--- a/Makefile 2012-11-20 12:16:39.747881769 +0400 ++++ b/Makefile 2012-11-20 12:17:39.248881307 +0400 @@ -1,7 +1,3 @@ -ifndef CFLAGS -CFLAGS = -O2 -Wall diff --git a/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild b/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild index 8b830e0fbecb..81d045aa4f29 100644 --- a/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild +++ b/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit base toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Utilities for Intersil Prism2/2.5/3 based IEEE 802.11b wireless LAN products" HOMEPAGE="http://hostap.epitest.fi/" @@ -13,11 +13,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) src_compile() { |