projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4213e6c
)
app-emulation/wine-any: [QA] Fix leading whitespace
author
David Seifert
<soap@gentoo.org>
Sun, 18 Aug 2019 12:03:02 +0000
(14:03 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 18 Aug 2019 12:36:29 +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-any/wine-any-4.0.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/wine-any/wine-any-4.0.ebuild
b/app-emulation/wine-any/wine-any-4.0.ebuild
index ccf3dac674e270f097c85665c2bec9167b7dca14..f732dac7bcb0143928afcb47b85e341ad4e38b31 100644
(file)
--- a/
app-emulation/wine-any/wine-any-4.0.ebuild
+++ b/
app-emulation/wine-any/wine-any-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