diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2010-09-04 09:22:32 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2010-09-04 09:22:32 +0000 |
commit | b398302f13eb873dbdf386d9658a01eae87ec6f7 (patch) | |
tree | ec21a2212cd2c156a6d13941fcfec9cb0e71c86f /app-emulation/bochs/bochs-2.4.1.ebuild | |
parent | Version bump. "revert all behavior to 1.889" (diff) | |
download | gentoo-2-b398302f13eb873dbdf386d9658a01eae87ec6f7.tar.gz gentoo-2-b398302f13eb873dbdf386d9658a01eae87ec6f7.tar.bz2 gentoo-2-b398302f13eb873dbdf386d9658a01eae87ec6f7.zip |
New version and wx 2.8 support
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/bochs/bochs-2.4.1.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/bochs/bochs-2.4.1.ebuild b/app-emulation/bochs/bochs-2.4.1.ebuild index ce26c06806e3..dfddb93a61f0 100644 --- a/app-emulation/bochs/bochs-2.4.1.ebuild +++ b/app-emulation/bochs/bochs-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild,v 1.4 2010/02/10 06:32:50 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild,v 1.5 2010/09/04 09:22:32 lu_zero Exp $ inherit eutils wxwidgets @@ -20,7 +20,7 @@ RDEPEND="X? ( x11-libs/libICE x11-libs/libXpm ) sdl? ( media-libs/libsdl ) svga? ( media-libs/svgalib ) - wxwidgets? ( =x11-libs/wxGTK-2.6* ) + wxwidgets? ( =x11-libs/wxGTK-2.8* ) readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses )" @@ -42,10 +42,10 @@ src_unpack() { } src_compile() { - WX_GTK_VER=2.6 + WX_GTK_VER=2.8 use wxwidgets && \ - need-wxwidgets ansi + need-wxwidgets unicode use x86 && \ myconf="--enable-idle-hack --enable-fast-function-calls" |