Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/files/
Date: Sat, 03 Feb 2018 21:11:39
Message-Id: 1517692286.4aa5be874bee1ba7d66ea60ded966d70d042faff.asturm@gentoo
1 commit: 4aa5be874bee1ba7d66ea60ded966d70d042faff
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 3 19:40:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 21:11:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa5be87
7
8 media-gfx/sane-backends: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/7039
11
12 .../files/sane-backends-1.0.25-disable-usb-tests.patch | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 217a4408e2f..00000000000
18 --- a/media-gfx/sane-backends/files/sane-backends-1.0.25-disable-usb-tests.patch
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -do not let the tests try reading/locking usb hardware. we also disable
22 -this because the test will abort() if no usb support is found at all.
23 -
24 ---- a/testsuite/sanei/sanei_usb_test.c
25 -+++ b/testsuite/sanei/sanei_usb_test.c
26 -@@ -832,6 +832,8 @@ main (int argc, char **argv)
27 - int detected, opened, i;
28 - SANE_Int dn[MAX_DEVICES];
29 -
30 -+ return 77;
31 -+
32 - #ifdef HAVE_LIBUSB
33 - printf ("\n%s built with old libusb\n\n", argv[0]);
34 - #endif