diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-10-05 02:28:23 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-10-05 04:11:34 -0400 |
commit | e61124270b92f9e4720e3ca423d9555ad0c82dcb (patch) | |
tree | 583d781435b2bcf0fb107d97dc2a8479bc436ad9 /app-emulation | |
parent | dev-python/nanobind: Stabilize 2.2.0 amd64, #940832 (diff) | |
download | gentoo-e61124270b92f9e4720e3ca423d9555ad0c82dcb.tar.gz gentoo-e61124270b92f9e4720e3ca423d9555ad0c82dcb.tar.bz2 gentoo-e61124270b92f9e4720e3ca423d9555ad0c82dcb.zip |
app-emulation/wine-proton: add 9999, drop 9.0.9999
Using the "bleeding-edge" branch. Pretty sure this branch did not
exist when formerly added the live ebuild and so had settled for
the versioned experimental branch.
Do not wish to maintain two live ebuilds, and it probably make more
sense to use bleeding edge if any (experimental is not updated that
often, and may lack fixes for very recent games that some users may
need).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-9999.ebuild (renamed from app-emulation/wine-proton/wine-proton-9.0.9999.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-9999.ebuild index 9c233aee5903..dc95b99493af 100644 --- a/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-9999.ebuild @@ -9,13 +9,13 @@ inherit autotools flag-o-matic multilib multilib-build prefix inherit python-any-r1 readme.gentoo-r1 toolchain-funcs wrapper WINE_GECKO=2.47.4 -WINE_MONO=9.1.0 +WINE_MONO=9.3.0 WINE_PV=$(ver_rs 2 -) if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ValveSoftware/wine.git" - EGIT_BRANCH="experimental_$(ver_cut 1-2)" + EGIT_BRANCH="bleeding-edge" else SRC_URI="https://github.com/ValveSoftware/wine/archive/refs/tags/proton-wine-${WINE_PV}.tar.gz" S="${WORKDIR}/${PN}-wine-${WINE_PV}" |