commit: 6f8ba9729865be02ebebf2daf813c6d3cfc06d5f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 00:21:34 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 00:23:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8ba972
media-libs/waffle: Never build tests, since RESTRICT=test Closes: https://bugs.gentoo.org/711836 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/waffle/waffle-1.6.0-r1.ebuild | 4 ++-- media-libs/waffle/waffle-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/waffle/waffle-1.6.0-r1.ebuild b/media-libs/waffle/waffle-1.6.0-r1.ebuild index 6e98a39c761..68be1d58a25 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 7a801198f4d..cf4f722c608 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 }
