commit: 4aa5be874bee1ba7d66ea60ded966d70d042faff Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 3 19:40:48 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 3 21:11:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa5be87
media-gfx/sane-backends: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/7039 .../files/sane-backends-1.0.25-disable-usb-tests.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/media-gfx/sane-backends/files/sane-backends-1.0.25-disable-usb-tests.patch b/media-gfx/sane-backends/files/sane-backends-1.0.25-disable-usb-tests.patch deleted file mode 100644 index 217a4408e2f..00000000000 --- a/media-gfx/sane-backends/files/sane-backends-1.0.25-disable-usb-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -do not let the tests try reading/locking usb hardware. we also disable -this because the test will abort() if no usb support is found at all. - ---- a/testsuite/sanei/sanei_usb_test.c -+++ b/testsuite/sanei/sanei_usb_test.c -@@ -832,6 +832,8 @@ main (int argc, char **argv) - int detected, opened, i; - SANE_Int dn[MAX_DEVICES]; - -+ return 77; -+ - #ifdef HAVE_LIBUSB - printf ("\n%s built with old libusb\n\n", argv[0]); - #endif
