diff options
author | 2020-05-15 20:20:01 -0700 | |
---|---|---|
committer | 2020-05-15 23:50:36 -0700 | |
commit | f189619d3c588dfcb2d70fd31f843c00f212cb56 (patch) | |
tree | f3a83f158e337ee8a6b74cc3da4bdf25196ba967 /etc | |
parent | targets: Decouple distfile fetching from binary packages (diff) | |
download | catalyst-f189619d3c588dfcb2d70fd31f843c00f212cb56.tar.gz catalyst-f189619d3c588dfcb2d70fd31f843c00f212cb56.tar.bz2 catalyst-f189619d3c588dfcb2d70fd31f843c00f212cb56.zip |
catalyst: Remove remnants of options="preserve_libs"
This option has been broken since commit e3114e65ffda (Some options
cleanup, unifying their use, reducing redundancy.) in 2013 which was
first in catalyst 3.0.0.
I think the feature was a kludge, and that if or when we find the need
for something similar that we instead just run emerge @preserved-rebuild
instead.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index 5aa2b3fb..f64fe971 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -38,8 +38,6 @@ envscript="/etc/catalyst/catalystrc" # build stops in livecd-stage2) # pkgcache = keeps a tbz2 of every built package (useful if your build stops # prematurely) -# preserve_libs = enables portage to preserve used libs when unmerging packages -# (used on installcd-stage2 and stage4 targets) # seedcache = use the build output of a previous target if it exists to speed up # the copy # sticky-config = enables the code that will keep any internal 'catalyst_use' flags |