diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-09-02 12:15:41 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-09-02 12:15:41 +0000 |
commit | 28f771230ddda42409676e3100d0487a41564abd (patch) | |
tree | 9b9d3f558eff699d137807229aae8f9b603986f1 /app-emulation/bochs | |
parent | Changed chown as requested by gentoo bsd team. Fixed bug #103563. (diff) | |
download | gentoo-2-28f771230ddda42409676e3100d0487a41564abd.tar.gz gentoo-2-28f771230ddda42409676e3100d0487a41564abd.tar.bz2 gentoo-2-28f771230ddda42409676e3100d0487a41564abd.zip |
fix for bug #104119, wxwidget eclass behaviour
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index af5cb734aadb..38d4f395edd4 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.45 2005/08/29 10:25:35 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.46 2005/09/02 12:15:41 lu_zero Exp $ + + 02 Sep 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: + fix for bug #104119 29 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: Fix a typo, thanks to Karl-Johan Karlsson diff --git a/app-emulation/bochs/bochs-2.2.1.ebuild b/app-emulation/bochs/bochs-2.2.1.ebuild index 07f07ccd7546..044851a22dc3 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.4 2005/08/29 10:25:35 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.5 2005/09/02 12:15:41 lu_zero Exp $ inherit eutils wxwidgets @@ -17,7 +17,7 @@ IUSE="debugger gtk2 readline sdl wxwindows" RDEPEND="virtual/libc virtual/x11 sdl? ( media-libs/libsdl ) - wxwindows? ( >=x11-libs/wxGTK-2.4 ) + wxwindows? ( >=x11-libs/wxGTK-2.6 ) readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=sys-apps/sed-4 @@ -39,6 +39,8 @@ src_unpack() { } src_compile() { + export WX_GTK_VER=2.6 + use wxwindows && \ if ! use gtk2 ; then need-wxwidgets gtk |