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-vanilla/
Date: Sun, 18 Aug 2019 12:37:29
Message-Id: 1566131795.8e50088ee93147902794aa50f1fef33fb02446ed.soap@gentoo
1 commit: 8e50088ee93147902794aa50f1fef33fb02446ed
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 12:05:39 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 12:36:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e50088e
7
8 app-emulation/wine-vanilla: [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-vanilla/wine-vanilla-4.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild
17 index a65f9b99a50..7f17dc2812b 100644
18 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild
19 +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.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