diff options
-rw-r--r-- | packages/x11-dri/mesa/mesa.exlib | 10 |
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" ) |