diff options
author | Martin Väth <martin@mvath.de> | 2012-04-15 21:00:18 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:36 +0200 |
commit | bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch) | |
tree | 27fca8ca6840a4fc125774621d98490fead6f32f /sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild | |
parent | Add requestpolicy ebuild (diff) | |
download | mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2 mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip |
Add base. Fix stardict compilation
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild')
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild index 5ba04f37..83c7d3d6 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" -inherit eutils toolchain-funcs +inherit base toolchain-funcs MY_PV=${PV} DESCRIPTION="Tool for creating compressed filesystem type squashfs" @@ -24,11 +24,12 @@ RDEPEND=" xattr? ( sys-apps/attr )" DEPEND="${RDEPEND}" -S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools +S="${WORKDIR}/squashfs${MY_PV}/squashfs-tools" src_prepare() { use progress-redirect && \ epatch "${FILESDIR}/${PN}-4.0-progress-stderr.patch" + base_src_prepare } use_sed() { |