summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-10 03:55:51 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-10 03:55:51 +0300
commitf1a4050b2cd24be6e9e6132e4473c5cb8ba57619 (patch)
tree18d670bb0c84ccda6005994a43a425398f73f6eb
parentb86f1db7cd2663ab851223d6cf42d4403f052292 (diff)
mesa: prope fix for Mako dep
-rw-r--r--packages/x11-dri/mesa/mesa.exlib10
1 files changed, 3 insertions, 7 deletions
diff --git a/packages/x11-dri/mesa/mesa.exlib b/packages/x11-dri/mesa/mesa.exlib
index c124ed2..505857e 100644
--- a/packages/x11-dri/mesa/mesa.exlib
+++ b/packages/x11-dri/mesa/mesa.exlib
@@ -276,7 +276,9 @@ if ever at_least 17.3.3; then
resolution = uninstall-blocked-after
]]
"
-elif ever at_least 13.0.0; then
+fi
+
+if ever at_least 13.0.0; then
DEPENDENCIES+="
build:
dev-python/Mako[>=0.8.0][python_abis:2.7]
@@ -288,12 +290,6 @@ else
"
fi
-if ever at_least scm; then
- DEPENDENCIES+="
- build:
- dev-python/Mako
- "
-fi
DEFAULT_SRC_TEST_PARAMS=( PTHREAD_LIBS="-lpthread" )