projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b245368
)
app-emulation/wine-d3d9: Fix SRC_URI for 2.0*
author
NP-Hardass
<NP-Hardass@gentoo.org>
Fri, 10 Nov 2017 18:53:04 +0000
(13:53 -0500)
committer
NP-Hardass
<NP-Hardass@gentoo.org>
Fri, 10 Nov 2017 19:02:30 +0000
(14:02 -0500)
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
patch
|
blob
|
history
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 39d1a06122572a48108f093034990e39c8952098..9f694374f5e178e0a0c3c858f5a4e571253b8792 100644
(file)
--- 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}"