Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-any/
Date: Sun, 18 Aug 2019 12:37:28
Message-Id: 1566131789.e83cc76fe8f7ce0a589f17b837d3561b2660f56f.soap@gentoo
1 commit: e83cc76fe8f7ce0a589f17b837d3561b2660f56f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 12:03:02 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 12:36:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83cc76f
7
8 app-emulation/wine-any: [QA] Fix leading whitespace
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-emulation/wine-any/wine-any-4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-any/wine-any-4.0.ebuild b/app-emulation/wine-any/wine-any-4.0.ebuild
17 index ccf3dac674e..f732dac7bcb 100644
18 --- a/app-emulation/wine-any/wine-any-4.0.ebuild
19 +++ b/app-emulation/wine-any/wine-any-4.0.ebuild
20 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
21 #KEYWORDS=""
22 else
23 MAJOR_V=$(ver_cut 1)
24 - MINOR_V=$(ver_cut 2)
25 + MINOR_V=$(ver_cut 2)
26 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz"
27 KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
28 fi