diff options
author | 2020-02-08 15:27:40 -0800 | |
---|---|---|
committer | 2020-02-08 15:38:11 -0800 | |
commit | 9d28f5168c11fa689a1f3061fc9a8c8220ff8374 (patch) | |
tree | 2461ee612936d8d405efea0b6985a380129da589 /cnf | |
parent | preserve-libs: generate implicit rpath for bundled libs (bug 705736) (diff) | |
download | portage-9d28f5168c11fa689a1f3061fc9a8c8220ff8374.tar.gz portage-9d28f5168c11fa689a1f3061fc9a8c8220ff8374.tar.bz2 portage-9d28f5168c11fa689a1f3061fc9a8c8220ff8374.zip |
Support FEATURES=qa-unresolved-soname-deps (bug 708448)
Support FEATURES=qa-unresolved-soname-deps so that it's possible to
disable the QA warning that was introduced for bug 704320. This is
useful for systems that may have incomplete PROVIDES metadata due
to alternative package managers or experimentation with a new
architecture.
Bug: https://bugs.gentoo.org/708448
Bug: https://bugs.gentoo.org/704320
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.globals | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 50511e812..139e1ce97 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -53,7 +53,8 @@ FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox - preserve-libs protect-owned sandbox sfperms strict + preserve-libs protect-owned qa-unresolved-soname-deps + sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync" |