commit:     7eb0d64c0327cd65f27c26639e440664b2c28aef
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 17:11:04 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 18:22:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb0d64c

net-wireless/madwimax: Port to EAPI 8

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../{madwimax-0.1.1-r1.ebuild => madwimax-0.1.1-r2.ebuild}       | 9 ++++++---
 1 file 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
similarity index 91%
rename from net-wireless/madwimax/madwimax-0.1.1-r1.ebuild
rename to net-wireless/madwimax/madwimax-0.1.1-r2.ebuild
index 43812bae6df..cfb08defa6d 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
 }

Reply via email to