From: David Seifert Date: Sun, 18 Aug 2019 12:04:12 +0000 (+0200) Subject: app-emulation/wine-d3d9: [QA] Fix leading whitespace X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c40a3d5ab03b20a87aa700b12e64c92b2af976eb;p=gentoo.git app-emulation/wine-d3d9: [QA] Fix leading whitespace Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild b/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild index cfa8c622172f..7e9256c8ffd0 100644 --- 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