media-libs/mesa: Make python_check_deps() unconditional
authorMatt Turner <mattst88@gentoo.org>
Fri, 16 Nov 2018 21:11:53 +0000 (13:11 -0800)
committerMatt Turner <mattst88@gentoo.org>
Fri, 16 Nov 2018 21:12:45 +0000 (13:12 -0800)
mako is unconditionally required. Noticed by Arfrever.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-libs/mesa/mesa-18.3.0_rc3.ebuild
media-libs/mesa/mesa-9999.ebuild

index 2cbc171b7a7ee29ace8f0d0b1599eabf7a0a33a1..c657928570904335f9c555b66a6f16187bebe1df 100644 (file)
@@ -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() {
index ab18ab72df4b4ed22196310d75df0eeca6d2c10a..bbc496e71565e4b1dfb24c64553da3d43993efed 100644 (file)
@@ -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() {