diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:36:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:36:03 +0000 |
commit | c4235c21c89306f416f894b6048f89203d72a36e (patch) | |
tree | 37e666ee95755eb196beee5e93ad2e016885abd4 /app-emulation | |
parent | whitespace (diff) | |
download | gentoo-2-c4235c21c89306f416f894b6048f89203d72a36e.tar.gz gentoo-2-c4235c21c89306f416f894b6048f89203d72a36e.tar.bz2 gentoo-2-c4235c21c89306f416f894b6048f89203d72a36e.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/bochs-2.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/bochs/bochs-2.2.6.ebuild b/app-emulation/bochs/bochs-2.2.6.ebuild index dd33f51dad94..ec4f533f54a9 100644 --- a/app-emulation/bochs/bochs-2.2.6.ebuild +++ b/app-emulation/bochs/bochs-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.6.ebuild,v 1.7 2007/05/02 17:39:55 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.6.ebuild,v 1.8 2007/06/26 01:36:03 mr_bones_ Exp $ inherit eutils wxwidgets @@ -84,7 +84,7 @@ src_compile() { myconf="$myconf --with-nogui" fi -# needed to use gtk2 includes and libs +# needed to use gtk2 includes and libs autoconf ./configure \ --enable-usb --enable-pci --enable-vbe \ |