sane-backends configure has default option: --with-snmp enable SNMP support [default=yes] if net-analyzer/net-snmp installed in system sane-backends linked to it, which may be not necessary. Reproducible: Always Steps to Reproduce: 1. emerge net-analyzer/net-snmp 2. emerge sane-backends 3. ldd /usr/bin/gamma4scanimage|grep libnetsnmp Actual Results: ldd /usr/bin/gamma4scanimage|grep libnetsnmp libnetsnmp.so.30 => /usr/lib/libnetsnmp.so.30 (0xb7651000) Expected Results: sane-backends must be linked only for needed libraries
Created attachment 339562 [details, diff] patch for sane-backends-1.0.23-r1.ebuild this patch adds "snmp" use-flag to sane-backends-1.0.23-r1.ebuild for linking sane-backends against net-analyzer/net-snmp
Created attachment 339566 [details, diff] patch for sane-backends-1.0.23-r1.ebuild this patch adds "snmp" use-flag to sane-backends-1.0.23-r1.ebuild for linking sane-backends against net-analyzer/net-snmp
Thanks. In CVS.