| Summary: | nspr-4.7 should be preserving its libs | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
| Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
err, that should be .so.6, not .so.7 Added, thanks. |
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 }