sys-fs/rar2fs: drop eautoreconf call

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2023-09-15 08:50:11 +02:00
parent 672fa1cd33
commit 6d8dbde034

View File

@@ -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}"