diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-08-17 21:41:50 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-17 21:53:17 -0700 |
commit | 5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0 (patch) | |
tree | 1c511e9f550ecda6e4769f45bfd372a8cefb2928 /media-libs/mesa/mesa-9999.ebuild | |
parent | media-libs/mesa: Drop USE=openmax support (diff) | |
download | gentoo-5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0.tar.gz gentoo-5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0.tar.bz2 gentoo-5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0.zip |
media-libs/mesa: Raise dev-python/mako requirement to 0.8.0
Upstream commit 52194ae4df18 raised the required version.
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 459f3e38e68c..346320a1fc6b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -220,7 +220,7 @@ DEPEND="${RDEPEND} valgrind? ( dev-util/valgrind ) x11-base/xorg-proto x11-libs/libXrandr - $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") + $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") " S="${WORKDIR}/${MY_P}" |