commit:     0c0d20c31b64d344bc6feaad39c2a85df2d6ffbd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 17:31:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 17:32:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0d20c3

sys-apps/biosdevname: use autotools.eclass

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/biosdevname/biosdevname-0.7.3.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/sys-apps/biosdevname/biosdevname-0.7.3.ebuild 
b/sys-apps/biosdevname/biosdevname-0.7.3.ebuild
index 3382b9289a9..57d14bc37fe 100644
--- a/sys-apps/biosdevname/biosdevname-0.7.3.ebuild
+++ b/sys-apps/biosdevname/biosdevname-0.7.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit udev
+inherit autotools udev
 
 DESCRIPTION="Sets BIOS-given device names instead of kernel eth* names"
 HOMEPAGE="http://linux.dell.com/biosdevname/";
@@ -12,12 +12,10 @@ 
SRC_URI="https://github.com/dell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-CDEPEND="virtual/udev"
-DEPEND="${CDEPEND}
+RDEPEND="virtual/udev"
+DEPEND="${RDEPEND}
        sys-apps/pciutils"
-RDEPEND="${CDEPEND}"
 
 src_prepare() {
        default
@@ -25,5 +23,5 @@ src_prepare() {
        sed -i -e 's|/sbin/biosdevname|/usr\0|g' biosdevname.rules.in || die
        sed -i -e "/RULEDEST/s:/lib/udev:$(get_udevdir):" configure.ac || die
 
-       ./autogen.sh --no-configure || die
+       eautoreconf
 }

Reply via email to