diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-11-10 13:53:04 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-11-10 14:02:30 -0500 |
commit | 57abeca00368b9f492a493685b90065a5d8ae58a (patch) | |
tree | fd0a306a67c0b10f036051daf8594f967c5432ff /app-emulation/wine-d3d9 | |
parent | app-emulation/wine-staging: Fix SRC_URI for 2.0* (diff) | |
download | gentoo-57abeca00368b9f492a493685b90065a5d8ae58a.tar.gz gentoo-57abeca00368b9f492a493685b90065a5d8ae58a.tar.bz2 gentoo-57abeca00368b9f492a493685b90065a5d8ae58a.zip |
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
Diffstat (limited to 'app-emulation/wine-d3d9')
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |