summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/ChangeLog6
-rw-r--r--app-emulation/bochs/Manifest4
-rw-r--r--app-emulation/bochs/bochs-2.2.1.ebuild5
3 files changed, 10 insertions, 5 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/Manifest b/app-emulation/bochs/Manifest
index 345dd2b2f67d..35776425fd28 100644
--- a/app-emulation/bochs/Manifest
+++ b/app-emulation/bochs/Manifest
@@ -1,8 +1,8 @@
MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223
MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144
MD5 273efd5c1f0e06fbb9620b9583d6398c bochs-2.1.1.ebuild 2408
-MD5 c99b6b71b7e483ee9a728c4b45c31c9d ChangeLog 4762
-MD5 13ce4482ebeab7aeb357c6dab476c244 bochs-2.2.1.ebuild 2376
+MD5 b43741acf33dfa8d472b9d7e45c9c09a ChangeLog 4943
+MD5 082eecaff0b9c8fc1afbd3c235a035c9 bochs-2.2.1.ebuild 2399
MD5 f95b73bcfb4c045d563032c0b0b824c7 files/digest-bochs-2.2.1 126
MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124
MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126
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 \