From 417012cf93ae688813b6ffea611b401c62087ef0 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 30 Jul 2021 10:27:23 -0400 Subject: [PATCH] ifuse: make less yucky --- app-pda/ifuse/ifuse-1.1.4-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-pda/ifuse/ifuse-1.1.4-r1.ebuild b/app-pda/ifuse/ifuse-1.1.4-r1.ebuild index 08b18b3e7..f4c7b123f 100644 --- a/app-pda/ifuse/ifuse-1.1.4-r1.ebuild +++ b/app-pda/ifuse/ifuse-1.1.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit readme.gentoo-r1 +inherit readme.gentoo-r1 autotools DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes" HOMEPAGE="http://www.libimobiledevice.org/" @@ -26,7 +26,7 @@ iPod/iPhone to consider your database unauthorised. It will respond by wiping all media files, requiring a restore through iTunes." src_prepare() { - ./autogen.sh + eautoreconf # sed -i -e 's:-Werror -g::' configure || die eapply_user }