diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-02-13 16:49:51 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-02-13 17:34:57 -0500 |
commit | ccdf8bb5a5b17e37a91a1f0c8519516a7f9a71a2 (patch) | |
tree | a5733b3a86e52bd41383c3512b5eebc5a391477e /media-libs/mesa/mesa-9999.ebuild | |
parent | app-emulation/gallium-nine-standalone: Fix ninewinecfg detection in 0.9 (diff) | |
download | gentoo-ccdf8bb5a5b17e37a91a1f0c8519516a7f9a71a2.tar.gz gentoo-ccdf8bb5a5b17e37a91a1f0c8519516a7f9a71a2.tar.bz2 gentoo-ccdf8bb5a5b17e37a91a1f0c8519516a7f9a71a2.zip |
media-libs/mesa: Raise zlib requirement
Upstream commit 010272b62e2 ("util: use crc32_z instead of crc32 and
bump zlib dep to 1.2.9") raised this requirement.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 0ef20b351970..0f1b37ec26f6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -64,7 +64,7 @@ LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.119" RDEPEND=" >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.9[${MULTILIB_USEDEP}] unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " |