When updating to KDE 3.2.2, I decided to enable the "gphoto2" and "scanner" use flags. This pulled in some new dependencies (as expected), including "gphoto2" and "sane-backends". I noticed that the system compiled sane-backends, WITHOUT ghoto2 support, and then gphoto2. If sane-backends can support gphoto2, why not add it in, I thought. So, I patched the sane-backends ebuild to support the "gphoto2" use flag. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: sane-backends compiled with gphoto2 support.
Created attachment 30050 [details, diff] Patch to add "gphoto2" use support to sane-backends ebuild Here is the patch I created to add gphoto use flag support to the sane-backends ebuild
Good idea. Did that in .14, thanks.