aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-02-08 15:27:40 -0800
committerZac Medico <zmedico@gentoo.org>2020-02-08 15:38:11 -0800
commit9d28f5168c11fa689a1f3061fc9a8c8220ff8374 (patch)
tree2461ee612936d8d405efea0b6985a380129da589 /lib/portage/const.py
parentpreserve-libs: generate implicit rpath for bundled libs (bug 705736) (diff)
downloadportage-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 'lib/portage/const.py')
-rw-r--r--lib/portage/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/portage/const.py b/lib/portage/const.py
index e95039fd5..f6be9258f 100644
--- a/lib/portage/const.py
+++ b/lib/portage/const.py
@@ -180,6 +180,7 @@ SUPPORTED_FEATURES = frozenset([
"preserve-libs",
"protect-owned",
"python-trace",
+ "qa-unresolved-soname-deps",
"sandbox",
"selinux",
"sesandbox",