Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/hplip/files: hplip-3.12.2-sane.patch
Date: Tue, 28 Feb 2012 17:56:20
Message-Id: 20120228175609.313AD2004B@flycatcher.gentoo.org
1 billie 12/02/28 17:56:09
2
3 Added: hplip-3.12.2-sane.patch
4 Log:
5 Revision bump. Fix bug #406135. Thanks to Martin Mokrejš for the report. Remove old.
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 net-print/hplip/files/hplip-3.12.2-sane.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/files/hplip-3.12.2-sane.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/files/hplip-3.12.2-sane.patch?rev=1.1&content-type=text/plain
14
15 Index: hplip-3.12.2-sane.patch
16 ===================================================================
17 diff -Naur hplip-3.12.2-old/scan/sane.py hplip-3.12.2/scan/sane.py
18 --- hplip-3.12.2-old/scan/sane.py 2012-02-28 18:32:25.237883282 +0100
19 +++ hplip-3.12.2/scan/sane.py 2012-02-28 18:34:00.899673377 +0100
20 @@ -272,6 +272,7 @@
21 self.last_opt = self.dev.setOption(opt.index, value)
22 except scanext.error:
23 log.error("Unable to set option %s to value %s" % (key, value))
24 + return
25
26 # do binary AND to find if we have to reload options:
27 if self.last_opt & scanext.INFO_RELOAD_OPTIONS: