media-libs/waffle: Never build tests, since RESTRICT=test
authorMatt Turner <mattst88@gentoo.org>
Sun, 8 Mar 2020 00:21:34 +0000 (16:21 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sun, 8 Mar 2020 00:23:33 +0000 (16:23 -0800)
Closes: https://bugs.gentoo.org/711836
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-libs/waffle/waffle-1.6.0-r1.ebuild
media-libs/waffle/waffle-9999.ebuild

index 6e98a39c7613329068164c7cfbe222c9d8610808..68be1d58a25898ce543482a632933d6a417fd9d7 100644 (file)
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.waffle-gl.org/ https://gitlab.freedesktop.org/mesa/waffle"
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="doc egl gbm test wayland X"
+IUSE="doc egl gbm wayland X"
 RESTRICT="test" # gl_basic tests don't work when run from portage
 
 RDEPEND="
@@ -56,8 +56,8 @@ multilib_src_configure() {
                $(meson_feature X x11_egl)
                $(meson_feature gbm)
                $(meson_feature egl surfaceless_egl)
-               $(meson_use test build-tests)
                $(meson_use doc build-manpages)
+               -Dbuild-tests=false
        )
        meson_src_configure
 }
index 7a801198f4d6b3978edea414a8974366905e2daa..cf4f722c6089e1f9bf77645a12fb86e0aa8fc89f 100644 (file)
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.waffle-gl.org/ https://gitlab.freedesktop.org/mesa/waffle"
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="doc egl gbm test wayland X"
+IUSE="doc egl gbm wayland X"
 RESTRICT="test" # gl_basic tests don't work when run from portage
 
 RDEPEND="
@@ -52,8 +52,8 @@ multilib_src_configure() {
                $(meson_feature X x11_egl)
                $(meson_feature gbm)
                $(meson_feature egl surfaceless_egl)
-               $(meson_use test build-tests)
                $(meson_use doc build-manpages)
+               -Dbuild-tests=false
        )
        meson_src_configure
 }