diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:39:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:39:25 +0000 |
commit | 8f5a52ecb76f15cadc2e58d1684e64b918574eba (patch) | |
tree | 2438a776bc38f6c9b50264355ec804a11af21030 /app-emulation | |
parent | hppa stable for security #68436 (Manifest recommit) (diff) | |
download | gentoo-2-8f5a52ecb76f15cadc2e58d1684e64b918574eba.tar.gz gentoo-2-8f5a52ecb76f15cadc2e58d1684e64b918574eba.tar.bz2 gentoo-2-8f5a52ecb76f15cadc2e58d1684e64b918574eba.zip |
update STAMP names #69583
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20041019-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-20041019-r2.ebuild b/app-emulation/wine/wine-20041019-r2.ebuild index a74a2e1c755b..e3334e12a2f6 100644 --- a/app-emulation/wine/wine-20041019-r2.ebuild +++ b/app-emulation/wine/wine-20041019-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r2.ebuild,v 1.1 2004/10/31 01:19:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r2.ebuild,v 1.2 2004/10/31 08:39:25 vapier Exp $ inherit eutils flag-o-matic @@ -37,9 +37,9 @@ DEPEND="sys-devel/gcc src_unpack() { unpack Wine-${PV}.tar.gz - unpack ${PN}-${STAMP}-fake_windows.tar.bz2 + unpack ${PN}-${STAMP1}-fake_windows.tar.bz2 mkdir misc ; cd misc - unpack ${PN}-${STAMP}-misc.tar.bz2 + unpack ${PN}-${STAMP2}-misc.tar.bz2 cd ${S} epatch ${WORKDIR}/misc/config.patch |