From 57abeca00368b9f492a493685b90065a5d8ae58a Mon Sep 17 00:00:00 2001 From: NP-Hardass Date: Fri, 10 Nov 2017 13:53:04 -0500 Subject: app-emulation/wine-d3d9: 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-d3d9/wine-d3d9-2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation') diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild index 39d1a0612257..9f694374f5e1 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-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}" -- cgit v1.2.3-65-gdbad