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: Sat, 18 Aug 2018 04:53:50
Message-Id: 1534567997.5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0.mattst88@gentoo
1 commit: 5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 04:41:50 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 04:53:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9fa93a
7
8 media-libs/mesa: Raise dev-python/mako requirement to 0.8.0
9
10 Upstream commit 52194ae4df18 raised the required version.
11
12 media-libs/mesa/mesa-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 459f3e38e68..346320a1fc6 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -220,7 +220,7 @@ DEPEND="${RDEPEND}
20 valgrind? ( dev-util/valgrind )
21 x11-base/xorg-proto
22 x11-libs/libXrandr
23 - $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
24 + $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
25 "
26
27 S="${WORKDIR}/${MY_P}"