summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-21 19:11:04 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-21 20:22:57 +0200
commit7eb0d64c0327cd65f27c26639e440664b2c28aef (patch)
tree205dcd7551d8cf9c251a82218a4a033ac046f558
parentnet-wireless/crackle: Remove 9999 ebuild (diff)
downloadgentoo-7eb0d64c0327cd65f27c26639e440664b2c28aef.tar.gz
gentoo-7eb0d64c0327cd65f27c26639e440664b2c28aef.tar.bz2
gentoo-7eb0d64c0327cd65f27c26639e440664b2c28aef.zip
net-wireless/madwimax: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--net-wireless/madwimax/madwimax-0.1.1-r2.ebuild (renamed from net-wireless/madwimax/madwimax-0.1.1-r1.ebuild)9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild b/net-wireless/madwimax/madwimax-0.1.1-r2.ebuild
index 43812bae6dfa..cfb08defa6d2 100644
--- a/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild
+++ b/net-wireless/madwimax/madwimax-0.1.1-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
+
inherit autotools linux-info udev
DESCRIPTION="Reverse-engineered driver for WiMAX devices based on Samsung CMC-730 chip"
@@ -14,7 +15,8 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc"
RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
doc? (
app-text/asciidoc
@@ -24,6 +26,7 @@ DEPEND="${RDEPEND}
CONFIG_CHECK="~TUN"
src_prepare() {
+ default
sed -i -e "s:\(for name in docbook2\)x-man:\1man\.pl:" configure.ac || die
eautoreconf
}