commit: b245368574538a8a31f000d60b395999b2ee59e8 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Fri Nov 10 18:52:33 2017 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Fri Nov 10 19:02:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2453685
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 app-emulation/wine-staging/wine-staging-2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1aeafd492e5..510cfb087fa 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}"
