diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-06-14 11:38:04 -0400 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-06-15 09:14:21 +0300 |
commit | f8697f78c9f3898b3a960c7992165d0a9e1e9e8c (patch) | |
tree | 3b9e1a4c3121c4f965b26adf191fd58a83d194b7 /app-emulation | |
parent | dev-libs/libgit2: Stabilize 1.8.1 x86, #934326 (diff) | |
download | gentoo-f8697f78c9f3898b3a960c7992165d0a9e1e9e8c.tar.gz gentoo-f8697f78c9f3898b3a960c7992165d0a9e1e9e8c.tar.bz2 gentoo-f8697f78c9f3898b3a960c7992165d0a9e1e9e8c.zip |
app-emulation/wine-proton: Stabilize 9.0.1 amd64, #933168
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-9.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-proton/wine-proton-9.0.1.ebuild b/app-emulation/wine-proton/wine-proton-9.0.1.ebuild index 227f0cf4916a..aaa8d2f07d3c 100644 --- a/app-emulation/wine-proton/wine-proton-9.0.1.ebuild +++ b/app-emulation/wine-proton/wine-proton-9.0.1.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" |