summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild
index 90bc7eb4..e451cc0c 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
-inherit base toolchain-funcs
+inherit eutils toolchain-funcs
MY_PV=${PV}
DESCRIPTION="Tool for creating compressed filesystem type squashfs"
@@ -30,7 +30,7 @@ S="${WORKDIR}/squashfs${MY_PV}/squashfs-tools"
src_prepare() {
use progress-redirect && \
epatch "${FILESDIR}/${PN}-4.0-progress-stderr.patch"
- base_src_prepare
+ epatch_user
}
use_sed() {