From: Matt Turner Date: Sun, 8 Mar 2020 00:21:34 +0000 (-0800) Subject: media-libs/waffle: Never build tests, since RESTRICT=test X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f8ba9729865be02ebebf2daf813c6d3cfc06d5f;p=gentoo.git media-libs/waffle: Never build tests, since RESTRICT=test Closes: https://bugs.gentoo.org/711836 Signed-off-by: Matt Turner --- diff --git a/media-libs/waffle/waffle-1.6.0-r1.ebuild b/media-libs/waffle/waffle-1.6.0-r1.ebuild index 6e98a39c7613..68be1d58a258 100644 --- a/media-libs/waffle/waffle-1.6.0-r1.ebuild +++ b/media-libs/waffle/waffle-1.6.0-r1.ebuild @@ -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 } diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index 7a801198f4d6..cf4f722c6089 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -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 }