Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210182 - eutils.eclass: preserve_old_lib() and preserve_old_lib_notify() shouldn't work when ${FEATURES} contains "preserve-libs"
Summary: eutils.eclass: preserve_old_lib() and preserve_old_lib_notify() shouldn't wor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Highest enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-14 20:43 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-02-15 07:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to eutils.eclass (eutils.eclass.patch,816 bytes, patch)
2008-02-14 20:44 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-02-14 20:43:34 UTC
eutils.eclass: preserve_old_lib() and preserve_old_lib_notify() shouldn't work when ${FEATURES} contains "preserve-libs".

Portage >2.2_pre contains internal functionality used to preserve libraries. It has significal improvements over preserve_old_lib() and preserve_old_lib_notify(), e. g. it automatically deletes unneeded libraries.
It is enabled when ${FEATURES} contains "preserve-libs".
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-02-14 20:44:15 UTC
Created attachment 143530 [details, diff]
Patch to eutils.eclass
Comment 2 SpanKY gentoo-dev 2008-02-15 07:43:53 UTC
there's no point in echoing things with einfo since the user could care less

http://sources.gentoo.org/eclass/eutils.eclass?r1=1.296&r2=1.297