commit: 5a11dc4c64a5b98067e9e350e608b1bf0a7162e3 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Nov 12 07:46:04 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Nov 12 07:53:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a11dc4c
metadata/install-qa-check.d/08gentoo-paths: add guix sys-apps/nix and sys-apps/guix are twins: - sys-apps/nix manages /nix/store - sys-apps/guix manages /gnu/store Added 'gnu' and mentioned packages that own the directory. Bug: https://bugs.gentoo.org/670902 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> metadata/install-qa-check.d/08gentoo-paths | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths index 9db1f9b3ce0..e6cd7e67442 100644 --- a/metadata/install-qa-check.d/08gentoo-paths +++ b/metadata/install-qa-check.d/08gentoo-paths @@ -16,7 +16,9 @@ gentoo_path_check() { # /home is not included as no ebuilds should install files there local allowed_paths_toplevel=( "${allowed_common_dirs[@]}" - boot dev etc nix opt srv usr var + 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
