diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-12-07 23:01:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-07 23:01:11 +0000 |
commit | 5e70c3cbb025ac73eb3a19f758d297141adde9cd (patch) | |
tree | b594b2106e5eeaab33e132a317cc8b717ea025eb /sys-fs | |
parent | arm stable, bug #288026 (diff) | |
download | gentoo-2-5e70c3cbb025ac73eb3a19f758d297141adde9cd.tar.gz gentoo-2-5e70c3cbb025ac73eb3a19f758d297141adde9cd.tar.bz2 gentoo-2-5e70c3cbb025ac73eb3a19f758d297141adde9cd.zip |
use simpler S=
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild | 4 |
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} |