summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/ChangeLog5
-rw-r--r--app-emulation/bochs/bochs-2.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog
index 8a5fe7f30397..9e80ce5d0e6c 100644
--- a/app-emulation/bochs/ChangeLog
+++ b/app-emulation/bochs/ChangeLog
@@ -1,6 +1,9 @@
# 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.38 2005/02/01 03:22:05 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.39 2005/03/05 23:56:27 lu_zero Exp $
+
+ 06 Mar 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.1.1.ebuild:
+ Dep change to be ready to the wxGTK update
01 Feb 2005; Luca Barbato <lu_zero@gentoo.org>
+files/bochs-2.1.1-regparm-typo.patch, bochs-2.1.1.ebuild:
diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild
index 28e0ce29517f..1c5bc4176fc7 100644
--- a/app-emulation/bochs/bochs-2.1.1.ebuild
+++ b/app-emulation/bochs/bochs-2.1.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.1.1.ebuild,v 1.19 2005/02/01 03:22:05 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.20 2005/03/05 23:56:27 lu_zero Exp $
inherit eutils wxwidgets
@@ -17,7 +17,7 @@ IUSE="sdl wxwindows readline gtk2 debugger"
RDEPEND="virtual/libc
virtual/x11
sdl? ( media-libs/libsdl )
- wxwindows? ( >=x11-libs/wxGTK-2.4.2-r2 )
+ wxwindows? ( =x11-libs/wxGTK-2.4* )
readline? ( sys-libs/readline )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"