commit: 57b176c43bcebd73bd41786667d3f81894591ffe Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Nov 16 21:11:53 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Nov 16 21:12:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b176c4
media-libs/mesa: Make python_check_deps() unconditional mako is unconditionally required. Noticed by Arfrever. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-18.3.0_rc3.ebuild | 4 +--- media-libs/mesa/mesa-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/media-libs/mesa/mesa-18.3.0_rc3.ebuild b/media-libs/mesa/mesa-18.3.0_rc3.ebuild index 2cbc171b7a7..c6579285709 100644 --- a/media-libs/mesa/mesa-18.3.0_rc3.ebuild +++ b/media-libs/mesa/mesa-18.3.0_rc3.ebuild @@ -301,9 +301,7 @@ pkg_pretend() { } python_check_deps() { - if use test; then - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" - fi + has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ab18ab72df4..bbc496e7156 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -301,9 +301,7 @@ pkg_pretend() { } python_check_deps() { - if use test; then - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" - fi + has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" } pkg_setup() {