diff options
author | David Seifert <soap@gentoo.org> | 2019-08-18 14:04:12 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-18 14:36:32 +0200 |
commit | c40a3d5ab03b20a87aa700b12e64c92b2af976eb (patch) | |
tree | 1f1bbc293db21c4a4140e932aef645e1773376f8 /app-emulation | |
parent | app-emulation/wine-any: [QA] Fix leading whitespace (diff) | |
download | gentoo-c40a3d5ab03b20a87aa700b12e64c92b2af976eb.tar.gz gentoo-c40a3d5ab03b20a87aa700b12e64c92b2af976eb.tar.bz2 gentoo-c40a3d5ab03b20a87aa700b12e64c92b2af976eb.zip |
app-emulation/wine-d3d9: [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')
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |