commit:     040f0ba50a811f8da7f423343799b5838cb2e428
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 13:43:23 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 13:43:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040f0ba5

media-libs/libsdl2: Unset variables that interfere with tests

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/libsdl2/libsdl2-2.30.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/libsdl2/libsdl2-2.30.1.ebuild 
b/media-libs/libsdl2/libsdl2-2.30.1.ebuild
index abd5bb0552d7..3892dd137bc0 100644
--- a/media-libs/libsdl2/libsdl2-2.30.1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.30.1.ebuild
@@ -246,6 +246,7 @@ src_compile() {
 }
 
 multilib_src_test() {
+       unset SDL_GAMECONTROLLERCONFIG SDL_GAMECONTROLLER_USE_BUTTON_LABELS
        LD_LIBRARY_PATH="${BUILD_DIR}/build/.libs:${LD_LIBRARY_PATH}" emake 
-Onone -C test check V=1
 }
 

Reply via email to