app-emulation/wine-staging: Fix SRC_URI for 2.0*
authorNP-Hardass <NP-Hardass@gentoo.org>
Fri, 10 Nov 2017 18:52:33 +0000 (13:52 -0500)
committerNP-Hardass <NP-Hardass@gentoo.org>
Fri, 10 Nov 2017 19:02:28 +0000 (14:02 -0500)
Bug: https://bugs.gentoo.org/637012

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

index 1aeafd492e5a3635ca17d7139e422cffb6a12039..510cfb087facde276e6b7b8fca4edfa9d8e5fff5 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}"