From 5f8ae790e0077f24e129df45b6a833ace70e6bcb Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 25 Oct 2015 12:09:06 +0100 Subject: dev-util/codeblocks: Support wxGTK:3.0 Package-Manager: portage-2.2.23 --- dev-util/codeblocks/codeblocks-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-util/codeblocks/codeblocks-9999.ebuild') diff --git a/dev-util/codeblocks/codeblocks-9999.ebuild b/dev-util/codeblocks/codeblocks-9999.ebuild index 878c44ba362d..d103c986e13c 100644 --- a/dev-util/codeblocks/codeblocks-9999.ebuild +++ b/dev-util/codeblocks/codeblocks-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -WX_GTK_VER="2.8" +WX_GTK_VER="3.0" inherit autotools eutils subversion wxwidgets @@ -18,7 +18,7 @@ ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}/code/trunk" IUSE="contrib debug pch static-libs" RDEPEND="app-arch/zip - x11-libs/wxGTK:2.8[X] + x11-libs/wxGTK:${WX_GTK_VER}[X] contrib? ( app-text/hunspell dev-libs/boost:= @@ -41,6 +41,7 @@ src_prepare() { } src_configure() { + need-wxwidgets unicode econf \ --with-wx-config="${WX_CONFIG}" \ $(use_enable debug) \ -- cgit v1.2.3-65-gdbad