From: Michael Orlitzky Date: Mon, 20 Jan 2020 01:02:08 +0000 (-0500) Subject: install-qa-check.d: disallow "nix" and "gnu" as top-level paths. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=48735f318b6509fe5bc80f9b5d2a298f9cef5d73;p=gentoo.git 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 --- diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths index e6cd7e67442c..5161aef99221 100644 --- a/metadata/install-qa-check.d/08gentoo-paths +++ b/metadata/install-qa-check.d/08gentoo-paths @@ -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