diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-06 16:54:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-06 16:54:55 +0000 |
commit | 3240c38fb7745884657952ec806050a5921a3d33 (patch) | |
tree | 9521b5a747428502e0fee628f2a39b043a0ff89e /app-emulation | |
parent | Remove \!4kstacks check thanks to radek in irc (diff) | |
download | gentoo-2-3240c38fb7745884657952ec806050a5921a3d33.tar.gz gentoo-2-3240c38fb7745884657952ec806050a5921a3d33.tar.bz2 gentoo-2-3240c38fb7745884657952ec806050a5921a3d33.zip |
fix whitespace
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.7.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1-r1.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1-r1.ebuild index 4c55e8426294..928cd9a94b2a 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1-r1.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1-r1.ebuild,v 1.1 2005/08/06 15:41:04 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1-r1.ebuild,v 1.2 2005/08/06 16:54:55 swegener Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -86,8 +86,8 @@ src_compile() { filter-flags -fpie -fstack-protector myconf="" - if ! use sdl ; then - myconf="$myconf --disable-gfx-check" + if ! use sdl ; then + myconf="$myconf --disable-gfx-check" fi set_target_list # --interp-prefix=${RUNTIME_PATH}/qemu-%M |