Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-gecko/
Date: Tue, 04 May 2021 19:10:13
Message-Id: 1620155366.497524d0646255cb9706ceca87bda8b8fd14cebc.sam@gentoo
1 commit: 497524d0646255cb9706ceca87bda8b8fd14cebc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:16:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497524d0
7
8 app-emulation/wine-gecko: fix phase definition style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
17 index 8f25ee06f62..ef4f3027be5 100644
18 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
19 +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
20 @@ -19,7 +19,7 @@ DEPEND="!!app-emulation/wine:0"
21
22 S="${WORKDIR}"
23
24 -src_install(){
25 +src_install() {
26 insinto /usr/share/wine/gecko
27 use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi"
28 use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi"