Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/
Date: Sun, 08 Mar 2020 00:23:55
Message-Id: 1583627013.6f8ba9729865be02ebebf2daf813c6d3cfc06d5f.mattst88@gentoo
1 commit: 6f8ba9729865be02ebebf2daf813c6d3cfc06d5f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 00:21:34 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 00:23:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8ba972
7
8 media-libs/waffle: Never build tests, since RESTRICT=test
9
10 Closes: https://bugs.gentoo.org/711836
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-libs/waffle/waffle-1.6.0-r1.ebuild | 4 ++--
14 media-libs/waffle/waffle-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-libs/waffle/waffle-1.6.0-r1.ebuild b/media-libs/waffle/waffle-1.6.0-r1.ebuild
18 index 6e98a39c761..68be1d58a25 100644
19 --- a/media-libs/waffle/waffle-1.6.0-r1.ebuild
20 +++ b/media-libs/waffle/waffle-1.6.0-r1.ebuild
21 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.waffle-gl.org/ https://gitlab.freedesktop.org/mesa/waffle"
22
23 LICENSE="BSD-2"
24 SLOT="0"
25 -IUSE="doc egl gbm test wayland X"
26 +IUSE="doc egl gbm wayland X"
27 RESTRICT="test" # gl_basic tests don't work when run from portage
28
29 RDEPEND="
30 @@ -56,8 +56,8 @@ multilib_src_configure() {
31 $(meson_feature X x11_egl)
32 $(meson_feature gbm)
33 $(meson_feature egl surfaceless_egl)
34 - $(meson_use test build-tests)
35 $(meson_use doc build-manpages)
36 + -Dbuild-tests=false
37 )
38 meson_src_configure
39 }
40
41 diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild
42 index 7a801198f4d..cf4f722c608 100644
43 --- a/media-libs/waffle/waffle-9999.ebuild
44 +++ b/media-libs/waffle/waffle-9999.ebuild
45 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.waffle-gl.org/ https://gitlab.freedesktop.org/mesa/waffle"
46
47 LICENSE="BSD-2"
48 SLOT="0"
49 -IUSE="doc egl gbm test wayland X"
50 +IUSE="doc egl gbm wayland X"
51 RESTRICT="test" # gl_basic tests don't work when run from portage
52
53 RDEPEND="
54 @@ -52,8 +52,8 @@ multilib_src_configure() {
55 $(meson_feature X x11_egl)
56 $(meson_feature gbm)
57 $(meson_feature egl surfaceless_egl)
58 - $(meson_use test build-tests)
59 $(meson_use doc build-manpages)
60 + -Dbuild-tests=false
61 )
62 meson_src_configure
63 }