Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
please add the following code to the nspr-4.7 ebuild: pkg_preinst() { preserve_old_lib /usr/$(get_libdir)/nspr/lib{nspr,plc,plds}4.so.7 } pkg_postinst() { preserve_old_lib_notify /usr/$(get_libdir)/nspr/lib{nspr,plc,plds}4.so.7 }
err, that should be .so.6, not .so.7
Added, thanks.