install-qa-check.d: disallow "nix" and "gnu" as top-level paths.

These exceptions were made for the sys-apps/nix and sys-apps/guix
packages that are no longer in the tree.

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2020-01-19 20:02:08 -05:00
parent b22c141ac0
commit 48735f318b

View File

@@ -17,8 +17,6 @@ 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