summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-01-04 04:15:30 +0200
committerMart Raudsepp <leio@gentoo.org>2018-01-04 19:17:51 +0200
commitcd7207b95587edf84511a13104ddf544af2b2fa5 (patch)
tree0bc063a4d5b850285e8aae90a10297f8ccf610e4
parentx11-libs/wxGTK: Port to EAPI-6 (diff)
downloadgentoo-cd7207b95587edf84511a13104ddf544af2b2fa5.tar.gz
gentoo-cd7207b95587edf84511a13104ddf544af2b2fa5.tar.bz2
gentoo-cd7207b95587edf84511a13104ddf544af2b2fa5.zip
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
-rw-r--r--x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild4
1 files 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 e7b417b265a5..6066afd3bb45 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