diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-12-26 17:22:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-26 17:22:31 +0000 |
commit | 10a330f9b227f5a23a4c1973dfdfabb72ca7fd72 (patch) | |
tree | b98dbc722f157c071a1f0226da21aca97d493ebc /app-emulation/wine | |
parent | Version bump. (diff) | |
download | historical-10a330f9b227f5a23a4c1973dfdfabb72ca7fd72.tar.gz historical-10a330f9b227f5a23a4c1973dfdfabb72ca7fd72.tar.bz2 historical-10a330f9b227f5a23a4c1973dfdfabb72ca7fd72.zip |
punt debug code
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.1.34.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.34.ebuild b/app-emulation/wine/wine-1.1.34.ebuild index 0171a4a5d778..747571392f2f 100644 --- a/app-emulation/wine/wine-1.1.34.ebuild +++ b/app-emulation/wine/wine-1.1.34.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/app-emulation/wine/wine-1.1.34.ebuild,v 1.2 2009/12/12 16:20:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.34.ebuild,v 1.3 2009/12/26 17:22:31 vapier Exp $ EAPI="2" @@ -86,7 +86,6 @@ src_unpack() { if [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]] ; then use win64 && die "you need gcc-4.4+ to build 64bit wine" fi -einfo "$(gcc-major-version) * 100 + $(gcc-minor-version)" if [[ ${PV} == "9999" ]] ; then git_src_unpack |