diff options
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 e4269b972751..b71a0039af2d 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 |