summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-12-07 23:01:11 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-07 23:01:11 +0000
commitd89a183888372d86fa273cd76a008cd525f1008f (patch)
tree8d30d160210078a3c72c702b3860146880535295 /sys-fs
parentSlot older versions of squashfs-tools as the filesystem format is not backwar... (diff)
downloadhistorical-d89a183888372d86fa273cd76a008cd525f1008f.tar.gz
historical-d89a183888372d86fa273cd76a008cd525f1008f.tar.bz2
historical-d89a183888372d86fa273cd76a008cd525f1008f.zip
use simpler S=
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild4
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild4
2 files changed, 4 insertions, 4 deletions
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 63bd479e87cd..39c83b6e19d8 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.6 2009/12/07 22:57:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.7 2009/12/07 23:01:11 vapier Exp $
inherit toolchain-funcs
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="sys-libs/zlib"
-S=${WORKDIR}/squashfs${PV/_p/-r}/squashfs-tools
+S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
src_unpack() {
unpack ${A}
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
index d65a0ea0c24e..892eb9948425 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild,v 1.3 2009/12/07 22:57:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild,v 1.4 2009/12/07 23:01:11 vapier Exp $
inherit toolchain-funcs
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="sys-libs/zlib"
-S=${WORKDIR}/squashfs${PV/_p/-r}/squashfs-tools
+S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
src_unpack() {
unpack ${A}