summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-11-03 11:27:04 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-11-03 11:27:04 -0500
commitdd8558332becd69ffcacc82b6119ddea5f611fa9 (patch)
tree7907ea65976e603580b6986f1501f89ccb69524e /games-strategy
parentdev-python/simplejson: x86 stable wrt bug #564308 (diff)
downloadgentoo-dd8558332becd69ffcacc82b6119ddea5f611fa9.tar.gz
gentoo-dd8558332becd69ffcacc82b6119ddea5f611fa9.tar.bz2
gentoo-dd8558332becd69ffcacc82b6119ddea5f611fa9.zip
rev bump to move wxGTK slot (bug #563952)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/megaglest/megaglest-3.11.1-r1.ebuild (renamed from games-strategy/megaglest/megaglest-3.11.1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/megaglest/megaglest-3.11.1.ebuild b/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
index a0502649730f..0a54a79578b0 100644
--- a/games-strategy/megaglest/megaglest-3.11.1.ebuild
+++ b/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
@@ -33,9 +33,9 @@ RDEPEND="
virtual/glu
x11-libs/libX11
x11-libs/libXext
- editor? ( x11-libs/wxGTK:2.8[X,opengl] )
+ editor? ( x11-libs/wxGTK:3.0[X,opengl] )
fribidi? ( dev-libs/fribidi )
- model-viewer? ( x11-libs/wxGTK:2.8[X] )
+ model-viewer? ( x11-libs/wxGTK:3.0[X] )
!static? (
dev-libs/xerces-c[icu]
media-libs/ftgl
@@ -66,7 +66,7 @@ DEPEND="${RDEPEND}
src_prepare() {
if use editor || use model-viewer ; then
- WX_GTK_VER="2.8"
+ WX_GTK_VER="3.0"
need-wxwidgets unicode
fi