diff options
author | David Seifert <soap@gentoo.org> | 2019-08-18 14:05:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-18 14:36:35 +0200 |
commit | 8e50088ee93147902794aa50f1fef33fb02446ed (patch) | |
tree | d357845705e333a08d898a0c879b8d65c4d98ed1 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-d3d9: [QA] Fix leading whitespace (diff) | |
download | gentoo-8e50088ee93147902794aa50f1fef33fb02446ed.tar.gz gentoo-8e50088ee93147902794aa50f1fef33fb02446ed.tar.bz2 gentoo-8e50088ee93147902794aa50f1fef33fb02446ed.zip |
app-emulation/wine-vanilla: [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-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild index a65f9b99a504..7f17dc2812b4 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.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 |