diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-19 20:02:08 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-20 15:43:45 -0500 |
commit | 48735f318b6509fe5bc80f9b5d2a298f9cef5d73 (patch) | |
tree | d076104f2176c6214219dfa1ade3417283a89147 /metadata | |
parent | www-client/firefox-bin: bump to v72.0.2 (diff) | |
download | gentoo-48735f318b6509fe5bc80f9b5d2a298f9cef5d73.tar.gz gentoo-48735f318b6509fe5bc80f9b5d2a298f9cef5d73.tar.bz2 gentoo-48735f318b6509fe5bc80f9b5d2a298f9cef5d73.zip |
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>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/install-qa-check.d/08gentoo-paths | 2 |
1 files changed, 0 insertions, 2 deletions
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 |