diff options
author | Sam James <sam@gentoo.org> | 2021-05-04 04:16:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:09:26 +0100 |
commit | 497524d0646255cb9706ceca87bda8b8fd14cebc (patch) | |
tree | c70c21193439ebeb9e76614b6679c0f645aefd7b /app-emulation | |
parent | app-admin/gopass-hibp: fix phase definition style (diff) | |
download | gentoo-497524d0646255cb9706ceca87bda8b8fd14cebc.tar.gz gentoo-497524d0646255cb9706ceca87bda8b8fd14cebc.tar.bz2 gentoo-497524d0646255cb9706ceca87bda8b8fd14cebc.zip |
app-emulation/wine-gecko: fix phase definition style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild index 8f25ee06f62c..ef4f3027be56 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild @@ -19,7 +19,7 @@ DEPEND="!!app-emulation/wine:0" S="${WORKDIR}" -src_install(){ +src_install() { insinto /usr/share/wine/gecko use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi" use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi" |