summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-18 14:03:02 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-18 14:36:29 +0200
commite83cc76fe8f7ce0a589f17b837d3561b2660f56f (patch)
tree9b14d366776f1a1163b21c4c5acf3f34746f1cf8 /app-emulation/wine-any
parentapp-crypt/monkeysphere: [QA] Fix leading whitespace (diff)
downloadgentoo-e83cc76fe8f7ce0a589f17b837d3561b2660f56f.tar.gz
gentoo-e83cc76fe8f7ce0a589f17b837d3561b2660f56f.tar.bz2
gentoo-e83cc76fe8f7ce0a589f17b837d3561b2660f56f.zip
app-emulation/wine-any: [QA] Fix leading whitespace
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation/wine-any')
-rw-r--r--app-emulation/wine-any/wine-any-4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-any/wine-any-4.0.ebuild b/app-emulation/wine-any/wine-any-4.0.ebuild
index ccf3dac674e2..f732dac7bcb0 100644
--- 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