Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
Date: Wed, 31 Aug 2022 14:48:59
Message-Id: 1661957309.06cf08910fc9f11f270c7c228cc7ceab69b76c8f.mattst88@gentoo
1 commit: 06cf08910fc9f11f270c7c228cc7ceab69b76c8f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 14:46:48 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:48:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cf0891
7
8 x11-libs/libdrm: Don't build tests
9
10 They're restricted, so don't waste time building them.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-libs/libdrm/libdrm-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
18 index 17fce5980bab..efae644e1d3b 100644
19 --- a/x11-libs/libdrm/libdrm-9999.ebuild
20 +++ b/x11-libs/libdrm/libdrm-9999.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
29 PYTHON_COMPAT=( python3_{8..11} )
30 @@ -60,6 +60,7 @@ multilib_src_configure() {
31 $(meson_feature video_cards_vmware vmwgfx)
32 # valgrind installs its .pc file to the pkgconfig for the primary arch
33 -Dvalgrind=$(usex valgrind auto disabled)
34 + -Dtests=false # Tests are restricted
35 )
36 meson_src_configure
37 }