From 3a7a11389c081e42051bccfba3a1e87f25b1bce8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 15 May 2013 10:31:31 -0700 Subject: [PATCH] Default FEATURES=preserve-libs for portage-2.1.12 --- NEWS | 2 +- RELEASE-NOTES | 6 +++++- cnf/make.globals | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index bd76bd8ca..f57c6c2c6 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ News (mainly features/major bug fixes) portage-2.2 ------------- -* FEATURES=preserve-libs is enabled by default. + * Add extended set configuration via /etc/portage/sets.conf. See /usr/share/portage/config/sets/portage.conf for examples. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4b516dc7d..2b8c6749d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,11 +4,15 @@ Features/major bugfixes are listed in NEWS portage-2.2 ================================== -* FEATURES=preserve-libs is enabled by default. * Portage now warns if an ebuild repository does not have a name, as several new features in 2.2 make use of or require named repositories. The repository name is stored in profiles/repo_name in each repository. +portage-2.1.12 +================================== + +* FEATURES=preserve-libs is enabled by default. + portage-2.1.11 ================================== * User-defined package sets can now be created by placing files in the diff --git a/cnf/make.globals b/cnf/make.globals index 6dd350992..5f5098b06 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -54,7 +54,7 @@ FETCHCOMMAND_SFTP="bash -c \"x=\\\${2#sftp://} ; host=\\\${x%%/*} ; port=\\\${ho # Default user options FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks - fixlafiles merge-sync news parallel-fetch protect-owned + fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" -- 2.26.2