Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Mon, 06 Mar 2017 21:06:54
Message-Id: 1488834381.96d0da8b202a74672e38e3b60e1591e018e9cb5d.mattst88@gentoo
1 commit: 96d0da8b202a74672e38e3b60e1591e018e9cb5d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 21:00:07 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 6 21:06:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d0da8b
7
8 media-libs/mesa: Add dependency on sys-libs/zlib.
9
10 New dependency since upstream commit 85a9b1b56 ("util/disk_cache: compress
11 individual cache entries").
12
13 media-libs/mesa/mesa-9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index 3bbdca49973..55de36a5f67 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -87,6 +87,7 @@ RDEPEND="
21 gallium? ( app-eselect/eselect-mesa )
22 >=app-eselect/eselect-opengl-1.3.0
23 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
24 + >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
25 >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
26 >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
27 >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]