summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-09-15 08:50:11 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-09-15 08:50:11 +0200
commit6d8dbde034b95973e2562bedcce5bd557d80e6dd (patch)
treea7171c92adb62e664f6e469ec828ace681c6b9be /sys-fs
parentsys-fs/rar2fs: Add rar2fs 1.29.6 (diff)
downloadgentoo-6d8dbde034b95973e2562bedcce5bd557d80e6dd.tar.gz
gentoo-6d8dbde034b95973e2562bedcce5bd557d80e6dd.tar.bz2
gentoo-6d8dbde034b95973e2562bedcce5bd557d80e6dd.zip
sys-fs/rar2fs: drop eautoreconf call
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/rar2fs/rar2fs-1.29.6.ebuild7
1 files changed, 0 insertions, 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}"