diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-02-03 17:02:19 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-02-03 17:02:19 +0000 |
commit | 9fbffe4cacc3a6f9751a1e4a188f61acbbafb2b3 (patch) | |
tree | a56092070e8e9267eb6f434c2f87b9729b9c3f0b /gui-wm | |
parent | net-libs/libdom: fix the build with musl (diff) | |
download | gentoo-9fbffe4cacc3a6f9751a1e4a188f61acbbafb2b3.tar.gz gentoo-9fbffe4cacc3a6f9751a1e4a188f61acbbafb2b3.tar.bz2 gentoo-9fbffe4cacc3a6f9751a1e4a188f61acbbafb2b3.zip |
gui-wm/gamescope: Pin back stb dependency due to breakage
Unfortunately, gamescope upstream also pinned back rather than addressing the
API change. stb still provides the older now deprecated header, but our package
doesn't install it.
Closes: https://bugs.gentoo.org/923727
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/gamescope/gamescope-3.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/gamescope/gamescope-3.14.0.ebuild b/gui-wm/gamescope/gamescope-3.14.0.ebuild index 251de7739ff2..1d1283d27766 100644 --- a/gui-wm/gamescope/gamescope-3.14.0.ebuild +++ b/gui-wm/gamescope/gamescope-3.14.0.ebuild @@ -48,7 +48,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - dev-libs/stb + <dev-libs/stb-20231010 dev-util/vulkan-headers <media-libs/glm-1.0.0 dev-util/spirv-headers |