commit: d22ea46df77aeb6a3d198de4797055ea7c5288b8 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Nov 20 13:41:02 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Nov 20 13:49:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22ea46d
games-util/slade: restrict <libfmt-11 in 3.2.4 SLADE-3.2.4 fails to build with libfmt-11, see [1]. [1] https://github.com/sirjuddington/SLADE/issues/1746 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> games-util/slade/{slade-3.2.4.ebuild => slade-3.2.4-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-util/slade/slade-3.2.4.ebuild b/games-util/slade/slade-3.2.4-r1.ebuild similarity index 92% rename from games-util/slade/slade-3.2.4.ebuild rename to games-util/slade/slade-3.2.4-r1.ebuild index 48395e6d88fa..06d0d3eeef76 100644 --- a/games-util/slade/slade-3.2.4.ebuild +++ b/games-util/slade/slade-3.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,10 +18,11 @@ KEYWORDS="~amd64" IUSE="fluidsynth timidity webkit" REQUIRED_USE="${LUA_REQUIRED_USE}" +# <libfmt-11 https://github.com/sirjuddington/SLADE/issues/1746 DEPEND=" ${LUA_DEPS} app-arch/bzip2:= - dev-libs/libfmt:= + <dev-libs/libfmt-11:= >=media-libs/dumb-2:= media-libs/freeimage[jpeg,png,tiff] media-libs/glew:0=
