commit:     cd7207b95587edf84511a13104ddf544af2b2fa5
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 02:15:30 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 17:17:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7207b9

x11-libs/wxGTK: Fix versionating variables for current case of no subrelease 
number

This is a bug of my own doing, not from kuzetsa, as I edited the commit myself
to bump to 3.0.3 instead of 3.0.3.1, latter of which has a subrelease number
and all was well then.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
index e7b417b265a..6066afd3bb4 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
@@ -13,8 +13,8 @@ 
SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
-WXSUBVERSION=${PV}-gtk3                                        # 3.0.2.0-gtk3
-WXVERSION=${WXSUBVERSION%.*}                   # 3.0.2
+WXSUBVERSION=${PV}.0-gtk3                      # 3.0.3.0-gtk3
+WXVERSION=${WXSUBVERSION%.*}                   # 3.0.3
 WXRELEASE=${WXVERSION%.*}-gtk3                 # 3.0-gtk3
 WXRELEASE_NODOT=${WXRELEASE//./}               # 30-gtk3
 

Reply via email to