install-qa-check.d: disallow "nix" and "gnu" as top-level paths.
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 20 Jan 2020 01:02:08 +0000 (20:02 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 20 Jan 2020 20:43:45 +0000 (15:43 -0500)
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>
metadata/install-qa-check.d/08gentoo-paths

index e6cd7e67442cb315155cb2ed5aa9b231d752a29b..5161aef992218733360eba3ac07a2588ad7251a3 100644 (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