diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-11-10 19:37:46 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-11-10 19:37:46 +0000 |
commit | b950ab9274bbd54c71153f2b6adb2b1ede6226f6 (patch) | |
tree | ae8b684f411e5524a1a9545ef369c784e3f7db9d /app-emulation/bochs | |
parent | XXE updated and removed old version. Closes bug #69079 (Manifest recommit) (diff) | |
download | gentoo-2-b950ab9274bbd54c71153f2b6adb2b1ede6226f6.tar.gz gentoo-2-b950ab9274bbd54c71153f2b6adb2b1ede6226f6.tar.bz2 gentoo-2-b950ab9274bbd54c71153f2b6adb2b1ede6226f6.zip |
Minor fix
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 7bb96926f432..addca31ecb32 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.31 2004/11/08 02:48:15 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.32 2004/11/10 19:37:46 lu_zero Exp $ + + 10 Nov 2004; Luca Barbato <lu_zero@gentoo.org> bochs-2.1.1.ebuild: + Fixed the wxGTK dependency 07 Nov 2004; Jason Wever <weeve@gentoo.org> bochs-2.1.1.ebuild: Stable on sparc. diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index f395b3b5f8ee..1d5f329bb1c5 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-2004 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.13 2004/11/08 02:48:15 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.14 2004/11/10 19:37:46 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 ) + wxwindows? ( >=x11-libs/wxGTK-2.4.2-r2 ) readline? sys-libs/readline" DEPEND="${RDEPEND} >=sys-apps/sed-4" |