commit:     6d8dbde034b95973e2562bedcce5bd557d80e6dd
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 06:50:11 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 06:50:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8dbde0

sys-fs/rar2fs: drop eautoreconf call

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sys-fs/rar2fs/rar2fs-1.29.6.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sys-fs/rar2fs/rar2fs-1.29.6.ebuild 
b/sys-fs/rar2fs/rar2fs-1.29.6.ebuild
index fab50845ead6..de854a230aa7 100644
--- a/sys-fs/rar2fs/rar2fs-1.29.6.ebuild
+++ b/sys-fs/rar2fs/rar2fs-1.29.6.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-inherit autotools
-
 DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR 
archive(s)"
 HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs";
 SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz";
@@ -21,11 +19,6 @@ RDEPEND=">=app-arch/unrar-5:=
        sys-fs/fuse:0"
 DEPEND="${RDEPEND}"
 
-src_prepare() {
-       default
-       eautoreconf
-}
-
 src_configure() {
        export USER_CFLAGS="${CFLAGS}"
 

Reply via email to