mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
sys-fs/rar2fs: drop eautoreconf call
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user