diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:38:56 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:56:02 -0500 |
commit | cf26b3dd94dea5253a16beb3c936b5d8b588661e (patch) | |
tree | 76cc853fe63eebc28b0e9ee1ccc64d117cad7311 /app-emulation | |
parent | app-alternatives/awk: Define LICENSE and HOMEPAGE for the virtual (diff) | |
download | gentoo-cf26b3dd94dea5253a16beb3c936b5d8b588661e.tar.gz gentoo-cf26b3dd94dea5253a16beb3c936b5d8b588661e.tar.bz2 gentoo-cf26b3dd94dea5253a16beb3c936b5d8b588661e.zip |
app-emulation/wine-proton: destabilize 7.0.5 back to ~x86
Stabilized wine-vanilla-7.0.1 was fine, but upon closer look
wine-proton on the other hand is kinda broken at runtime when
doing any X11 usage. Keeping keyword given believe may be because
of my x86 test setup, but at least going to avoid stable.
Not that I really want x86 either way, mostly was to be in sync
with other wine versions.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-7.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild index 4d70f3788362..82c405523947 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI="https://github.com/ValveSoftware/wine/archive/refs/tags/proton-wine-${WINE_PV}.tar.gz" S="${WORKDIR}/${PN}-wine-${WINE_PV}" - KEYWORDS="-* amd64 x86" + KEYWORDS="-* amd64 ~x86" fi DESCRIPTION="Valve Software's fork of Wine" |