From: Brian Dolbec Date: Tue, 28 May 2013 00:18:43 +0000 (-0700) Subject: Make the use of preserved_libs optional by setting the options variable. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9043b1aea701a518178859b1e2c8e71bb905b9da;p=catalyst.git Make the use of preserved_libs optional by setting the options variable. Ported from commits: 462348d88b3a5fa783f322c64131025581ecc220 f6ad384914a00099eea2a0f66232728c479ec628 in the master branch. AUTHOR: Jorge Manuel B. S. Vicetto (jmbsvicetto) (Sun 14 Apr 2013 08:22:34 PM PDT) --- diff --git a/catalyst/defaults.py b/catalyst/defaults.py index ef5653a2..ccff4c54 100644 --- a/catalyst/defaults.py +++ b/catalyst/defaults.py @@ -103,5 +103,6 @@ option_messages = { "purge": "Purge support enabled.", "seedcache": "Seed cache support enabled.", "snapcache": "Snapshot cache support enabled.", + 'preserve_libs': "Preserving libs during unmerge.", #"tarball": "Tarball creation enabled.", } diff --git a/etc/catalyst.conf b/etc/catalyst.conf index d52a5c84..a65413cd 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -60,7 +60,7 @@ hash_function="crc32" # 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) +# (used on installcd-stage2 and stage4 targets) # seedcache = use the build output of a previous target if it exists to speed up # the copy # snapcache = cache the snapshot so that it can be bind-mounted into the chroot.