Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 1/2] install-qa-check.d: disallow "nix" and "gnu" as top-level paths.
Date: Mon, 20 Jan 2020 03:44:17
Message-Id: 20200120034350.27108-2-mjo@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/2] allow acct-user home directories in /home by Michael Orlitzky
1 These exceptions were made for the sys-apps/nix and sys-apps/guix
2 packages that are no longer in the tree.
3 ---
4 metadata/install-qa-check.d/08gentoo-paths | 2 --
5 1 file changed, 2 deletions(-)
6
7 diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths
8 index e6cd7e67442..5161aef9922 100644
9 --- a/metadata/install-qa-check.d/08gentoo-paths
10 +++ b/metadata/install-qa-check.d/08gentoo-paths
11 @@ -17,8 +17,6 @@ gentoo_path_check() {
12 local allowed_paths_toplevel=(
13 "${allowed_common_dirs[@]}"
14 boot dev etc opt srv usr var
15 - nix # sys-apps/nix, bug #670902
16 - gnu # sys-apps/guix, bug #670902
17 )
18
19 # directories in /usr which can be installed to by ebuilds
20 --
21 2.24.1

Replies