commit: 847d2e8178a035718b0391af3c40500bfccb0767 Author: Matt Turner <mattst88 <AT> gmail <DOT> com> AuthorDate: Sun Feb 22 18:34:07 2015 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 18:34:07 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=847d2e81
media-libs/mesa: Add missing PYTHON_USEDEP to mako dependency. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=540968 --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 1e59d81..5b960db 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -156,7 +156,7 @@ DEPEND="${RDEPEND} ) sys-devel/bison sys-devel/flex - >=dev-python/mako-0.7.3[${PYTHON_USEDEP}] + $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") sys-devel/gettext virtual/pkgconfig >=x11-proto/dri2proto-2.8-r1:=[${MULTILIB_USEDEP}]
