diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:39:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:39:14 +0000 |
commit | a5904c130b3375fcb2d4b7a9f99824ebce6aac06 (patch) | |
tree | 88fe5795c90d80199628d947d58b2a5f90d455df /app-emulation/bochs | |
parent | whitespace (diff) | |
download | historical-a5904c130b3375fcb2d4b7a9f99824ebce6aac06.tar.gz historical-a5904c130b3375fcb2d4b7a9f99824ebce6aac06.tar.bz2 historical-a5904c130b3375fcb2d4b7a9f99824ebce6aac06.zip |
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-emulation/bochs')
-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 \ |