summaryrefslogtreecommitdiff
path: root/metadata/install-qa-check.d
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/install-qa-check.d')
-rw-r--r--metadata/install-qa-check.d/08gentoo-paths5
1 files changed, 5 insertions, 0 deletions
diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths
index 3ee887df08f8..e6cd7e67442c 100644
--- a/metadata/install-qa-check.d/08gentoo-paths
+++ b/metadata/install-qa-check.d/08gentoo-paths
@@ -1,5 +1,8 @@
# Check whether ebuilds are not installing new, non-Gentoo-ey paths.
+# QA check: validate Gentoo's filesystem layout policies
+# Maintainer: Portage team <dev-portage@gentoo.org>
+
gentoo_path_check() {
# allowed path definitions
# ------------------------
@@ -14,6 +17,8 @@ gentoo_path_check() {
local allowed_paths_toplevel=(
"${allowed_common_dirs[@]}"
boot dev etc opt srv usr var
+ nix # sys-apps/nix, bug #670902
+ gnu # sys-apps/guix, bug #670902
)
# directories in /usr which can be installed to by ebuilds