diff options
author | 2005-03-05 23:56:27 +0000 | |
---|---|---|
committer | 2005-03-05 23:56:27 +0000 | |
commit | c23b6f5077f61b7a0b91ee3d68328e5d7dda5899 (patch) | |
tree | 389c11733903d399039416cddd51d30efeb752ec /app-emulation/bochs/bochs-2.1.1.ebuild | |
parent | Marked ~ppc for bug #83706. (diff) | |
download | gentoo-2-c23b6f5077f61b7a0b91ee3d68328e5d7dda5899.tar.gz gentoo-2-c23b6f5077f61b7a0b91ee3d68328e5d7dda5899.tar.bz2 gentoo-2-c23b6f5077f61b7a0b91ee3d68328e5d7dda5899.zip |
Minor dep change
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation/bochs/bochs-2.1.1.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |