Install this version:
emerge -a =app-emulation/wine-gecko-2.47.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emulation/wine-gecko-2.47.2
Or alternatively:
emerge --autounmask-write -a =app-emulation/wine-gecko-2.47.2
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck disable=SC2034
EAPI=8
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
HOMEPAGE="https://winehq.org"
SRC_URI="
abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${MY_PV}/${MY_P}-x86.msi )
abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${MY_PV}/${MY_P}-x86_64.msi )
"
LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
SLOT="${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="abi_x86_32 abi_x86_64"
S="${WORKDIR}"
src_install(){
insinto "/usr/share/wine/gecko"
use abi_x86_32 && doins "${DISTDIR}/${MY_P}-x86.msi"
use abi_x86_64 && doins "${DISTDIR}/${MY_P}-x86_64.msi"
}
Manage flags for this package:
euse -i <flag> -p app-emulation/wine-gecko |
euse -E <flag> -p app-emulation/wine-gecko |
euse -D <flag> -p app-emulation/wine-gecko
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wine-gecko-2.47.2-x86.msi | 59162112 bytes | https://dl.winehq.org/wine/wine-gecko/2.47.2/wine-gecko-2.47.2-x86.msi |
| DIST | wine-gecko-2.47.2-x86_64.msi | 55354880 bytes | https://dl.winehq.org/wine/wine-gecko/2.47.2/wine-gecko-2.47.2-x86_64.msi |