commit: befcec783b95eeb9809c74f4cdcb6f2f2e83c2cd Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu May 8 18:22:36 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu May 8 20:45:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befcec78
games-action/extreme-tuxracer: restrict libsfml-3 There is a thread discussing porting with a patch, its unclear if it will be merged (and what the process is). https://sourceforge.net/p/extremetuxracer/discussion/help/thread/6de9a5beae/ Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41992 Closes: https://github.com/gentoo/gentoo/pull/41992 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild index da4778f4f9f0..7dc8d835ef08 100644 --- a/games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild +++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,10 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +# <media-libs/libsfml-3: breaking changes +# https://sourceforge.net/p/extremetuxracer/discussion/help/thread/6de9a5beae/ RDEPEND=" + <media-libs/libsfml-3.0 >=media-libs/libsfml-2.4:0= virtual/glu virtual/opengl
