From d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 12 May 2012 21:48:57 +0200 Subject: base-eclass. Update checksums --- sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild') diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild index 3cfbac3e..02f1bb59 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild @@ -3,7 +3,7 @@ # $Header $ EAPI="4" -inherit base toolchain-funcs +inherit eutils toolchain-funcs MY_PV=${PV/_p/-r} DESCRIPTION="Tool for creating compressed filesystem type squashfs" @@ -27,7 +27,7 @@ src_prepare() { use progress-redirect && \ epatch "${FILESDIR}/${PN}-3.3-progress-stderr.patch" echo "struct dir_info; `grep '^int dir_scan2' mksquashfs.c`;" >> global.h - base_src_prepare + epatch_user } src_compile() { -- cgit v1.2.3-65-gdbad