commit:     2005419f1916a48fee0a972452204913be3472c3
Author:     Ryan Hill <rhill <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 01:29:42 2016 +0000
Commit:     Ryan Hill <rhill <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 02:28:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2005419f

x11-libs/wxGTK: Tone down versioning a bit

WX_VERSION controls the output of `wx-config --version`.  If this contains
characters it confuses the WX_CONFIG_CHECK macro from wxwin.m4.  WX_VERSION
doesn't seem to affect the build or install, so try dropping -gtk3 from it.

Package-Manager: portage-2.2.27

 x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
index e4269b9..b71a003 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sh ~sparc ~x86 ~x86-
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
 WXSUBVERSION=${PV}-gtk3                                        # 3.0.2.0-gtk3
-WXVERSION=${WXSUBVERSION%.*}-gtk3              # 3.0.2-gtk3
+WXVERSION=${WXSUBVERSION%.*}                   # 3.0.2
 WXRELEASE=${WXVERSION%.*}-gtk3                 # 3.0-gtk3
 WXRELEASE_NODOT=${WXRELEASE//./}               # 30-gtk3
 

Reply via email to