mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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=
|
||||
Reference in New Issue
Block a user