diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-07 16:21:34 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-07 16:23:33 -0800 |
commit | 6f8ba9729865be02ebebf2daf813c6d3cfc06d5f (patch) | |
tree | 16b2b32ff026e0454ad4bd09d7b7c109113d223f /media-libs/waffle | |
parent | app-admin/kube-bench: style (diff) | |
download | gentoo-6f8ba9729865be02ebebf2daf813c6d3cfc06d5f.tar.gz gentoo-6f8ba9729865be02ebebf2daf813c6d3cfc06d5f.tar.bz2 gentoo-6f8ba9729865be02ebebf2daf813c6d3cfc06d5f.zip |
media-libs/waffle: Never build tests, since RESTRICT=test
Closes: https://bugs.gentoo.org/711836
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/waffle')
-rw-r--r-- | media-libs/waffle/waffle-1.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 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 } |