summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-11-10 13:52:33 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2017-11-10 14:02:28 -0500
commitb245368574538a8a31f000d60b395999b2ee59e8 (patch)
treead6c9a6a1bdc3b93a2c30b37fbb9dce4fcd23579 /app-emulation
parentapp-emulation/wine-vanilla: Fix SRC_URI for 2.0* (diff)
downloadgentoo-b245368574538a8a31f000d60b395999b2ee59e8.tar.gz
gentoo-b245368574538a8a31f000d60b395999b2ee59e8.tar.bz2
gentoo-b245368574538a8a31f000d60b395999b2ee59e8.zip
app-emulation/wine-staging: Fix SRC_URI for 2.0*
Bug: https://bugs.gentoo.org/637012 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine-staging/wine-staging-2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
index 1aeafd492e5a..510cfb087fac 100644
--- a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
@@ -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}"