projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83cc76
)
app-emulation/wine-d3d9: [QA] Fix leading whitespace
author
David Seifert
<soap@gentoo.org>
Sun, 18 Aug 2019 12:04:12 +0000
(14:04 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 18 Aug 2019 12:36:32 +0000
(14:36 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild
b/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild
index cfa8c622172f3947aecfa87de7268ec1aa2f539c..7e9256c8ffd0c0c9202a9fac1681c16f37b2e5de 100644
(file)
--- a/
app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild
+++ b/
app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild
@@
-19,7
+19,7
@@
if [[ ${PV} == "9999" ]] ; then
#KEYWORDS=""
else
MAJOR_V=$(ver_cut 1)
-
MINOR_V=$(ver_cut 2)
+ MINOR_V=$(ver_cut 2)
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
fi