ifuse: make less yucky

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-07-30 10:27:23 -04:00
parent 32a59f9a5c
commit 417012cf93
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

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