commit:     e00bd732368e13b4e034744958970b60f78b6250
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 23:49:11 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 23:49:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00bd732

dev-libs/libusb: skip umockdev test

Seems to fail in sandbox and the dep was automagic anyway (with USE=udev
as a test dep).

Closes: https://bugs.gentoo.org/923738
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libusb/libusb-1.0.27-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libusb/libusb-1.0.27-r1.ebuild 
b/dev-libs/libusb/libusb-1.0.27-r1.ebuild
index 4218481065ce..2d138348be73 100644
--- a/dev-libs/libusb/libusb-1.0.27-r1.ebuild
+++ b/dev-libs/libusb/libusb-1.0.27-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,6 +25,10 @@ BDEPEND="doc? ( app-text/doxygen )"
 
 src_prepare() {
        default
+
+       # bug #923738
+       sed -i -e "s:umockdev-1.0:umockdev-1.0-DISABLED:" configure || die
+
        elibtoolize
 }
 

Reply via email to