Skip to content

Commit

Permalink
rev bump to move wxGTK slot (bug #563952)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Nov 3, 2015
1 parent 264f2a0 commit dd85583
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit dd85583

Please sign in to comment.