summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-08-23 12:22:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-08-23 12:22:12 +0000
commit62907e5b8115e1be777e8590e13fc37f29df880f (patch)
tree58035542bade18f9092c78ac0a33e9a11ea40521 /app-emulation/bochs
parentMarked ~amd64. (diff)
downloadgentoo-2-62907e5b8115e1be777e8590e13fc37f29df880f.tar.gz
gentoo-2-62907e5b8115e1be777e8590e13fc37f29df880f.tar.bz2
gentoo-2-62907e5b8115e1be777e8590e13fc37f29df880f.zip
iodebug added
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/ChangeLog6
-rw-r--r--app-emulation/bochs/bochs-2.2.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog
index 08a359578617..a27699c5a18a 100644
--- a/app-emulation/bochs/ChangeLog
+++ b/app-emulation/bochs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/bochs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.43 2005/08/14 20:31:28 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.44 2005/08/23 12:22:12 lu_zero Exp $
+
+ 23 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild:
+ Minor update, thanks to Davide B. <windowsuninstall@alproject.org> for
+ pointing out the new iodebug option
14 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild:
Make it support 2.6 wx
diff --git a/app-emulation/bochs/bochs-2.2.1.ebuild b/app-emulation/bochs/bochs-2.2.1.ebuild
index 04bd5a7f15b0..27ce5f30cb76 100644
--- a/app-emulation/bochs/bochs-2.2.1.ebuild
+++ b/app-emulation/bochs/bochs-2.2.1.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/bochs/bochs-2.2.1.ebuild,v 1.2 2005/08/14 20:31:28 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.3 2005/08/23 12:22:12 lu_zero Exp $
inherit eutils wxwidgets
@@ -55,7 +55,8 @@ src_compile() {
use wxwindows || \
myconf="${myconf} --without-gtk --without-wx"
use debugger && \
- myconf="$myconf --enable-debugger --enable-disasm --enable-x86-debugger"
+ myconf="$myconf --enable-debugger --enable-disasm \
+ --enable-x86-debugger --enable-iodebug"
./configure \
--enable-fpu --enable-cdrom --enable-control-panel \