commit:     06cf08910fc9f11f270c7c228cc7ceab69b76c8f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 14:46:48 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 14:48:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cf0891

x11-libs/libdrm: Don't build tests

They're restricted, so don't waste time building them.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libdrm/libdrm-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-9999.ebuild 
b/x11-libs/libdrm/libdrm-9999.ebuild
index 17fce5980bab..efae644e1d3b 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git";
 PYTHON_COMPAT=( python3_{8..11} )
@@ -60,6 +60,7 @@ multilib_src_configure() {
                $(meson_feature video_cards_vmware vmwgfx)
                # valgrind installs its .pc file to the pkgconfig for the 
primary arch
                -Dvalgrind=$(usex valgrind auto disabled)
+               -Dtests=false # Tests are restricted
        )
        meson_src_configure
 }

Reply via email to