app-emulation/wine-any: Fix SRC_URI for 2.0*
authorNP-Hardass <NP-Hardass@gentoo.org>
Fri, 10 Nov 2017 18:53:41 +0000 (13:53 -0500)
committerNP-Hardass <NP-Hardass@gentoo.org>
Fri, 10 Nov 2017 19:02:31 +0000 (14:02 -0500)
Closes: https://bugs.gentoo.org/637012

Package-Manager: Portage-2.3.13, Repoman-2.3.4

app-emulation/wine-any/wine-any-2.0-r1.ebuild

index dc51b1c096de20afc55c82f9d0afd66de74a9a05..071651762edc152c74f8388cc4453451a7a51a55 100644 (file)
@@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
        #KEYWORDS=""
 else
        MAJOR_V=$(get_version_component_range 1)
-       SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.bz2"
+       SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.bz2"
        KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
 fi
 S="${WORKDIR}/${MY_P}"