diff options
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.6.ebuild | 14 |
2 files changed, 10 insertions, 9 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 3837344b4c12..c7201bab2db0 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.64 2007/05/06 10:09:50 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.65 2007/07/22 09:12:22 omp Exp $ + + 22 Jul 2007; David Shakaryan <omp@gentoo.org> bochs-2.2.6.ebuild: + Remove virtual/x11 from dependencies. 06 May 2007; Mart Raudsepp <leio@gentoo.org> -files/bochs-2.1.1-regparm-typo.patch, -bochs-2.1.1.ebuild, diff --git a/app-emulation/bochs/bochs-2.2.6.ebuild b/app-emulation/bochs/bochs-2.2.6.ebuild index ec4f533f54a9..420ee1e8970e 100644 --- a/app-emulation/bochs/bochs-2.2.6.ebuild +++ b/app-emulation/bochs/bochs-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.6.ebuild,v 1.8 2007/06/26 01:36:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.6.ebuild,v 1.9 2007/07/22 09:12:22 omp Exp $ inherit eutils wxwidgets @@ -16,19 +16,17 @@ KEYWORDS="alpha amd64 ppc ~sparc x86" IUSE="debugger readline sdl wxwindows X ncurses vnc" RDEPEND="virtual/libc - X? ( || ( virtual/x11 - ( x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXpm ) ) ) + X? ( x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXpm ) sdl? ( media-libs/libsdl ) wxwindows? ( >=x11-libs/wxGTK-2.6 ) readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses )" DEPEND="${RDEPEND} - X? ( || ( virtual/x11 - x11-proto/xproto ) ) + X? ( x11-proto/xproto ) >=sys-apps/sed-4 >=app-text/opensp-1.5" |