diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-17 04:08:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-17 04:08:35 +0100 |
commit | 43f85394ba834267589a4e6478ef419d40e22503 (patch) | |
tree | b54082395e0e153c889b6dfe60d580a57992b3e8 /profiles/features | |
parent | c4507bfdfd706b2b1301972490fe88ac3ddbc70e (diff) |
gentoo auto-resync : 17:05:2023 - 04:08:35
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/make.defaults | 6 | ||||
-rw-r--r-- | profiles/features/prefix/use.force | 5 | ||||
-rw-r--r-- | profiles/features/prefix/use.mask | 5 |
3 files changed, 3 insertions, 13 deletions
diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults index 3dbb25ed7df8..5357594cb9a4 100644 --- a/profiles/features/prefix/make.defaults +++ b/profiles/features/prefix/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Michael Haubenwallner <haubi@gentoo.org> (2016-04-19) @@ -21,7 +21,3 @@ FEATURES="${FEATURES} -sandbox -usersandbox" # Prefix does not have user management and the security model does not apply. # Disable user* features by default. FEATURES="${FEATURES} -userpriv -userfetch -usersync" - -# this probably already is like this, but we assure that in prefix we -# have a GNU userland -USERLAND="GNU" diff --git a/profiles/features/prefix/use.force b/profiles/features/prefix/use.force index 843b1c7ed890..53de2c1a6799 100644 --- a/profiles/features/prefix/use.force +++ b/profiles/features/prefix/use.force @@ -1,8 +1,5 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # force prefix flag to be set prefix - -# force GNU userland (even though base profile sets this too) -userland_GNU diff --git a/profiles/features/prefix/use.mask b/profiles/features/prefix/use.mask index a273fbe66e92..482ce57f0448 100644 --- a/profiles/features/prefix/use.mask +++ b/profiles/features/prefix/use.mask @@ -1,12 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # prefix USE flag should always be unmasked in prefix profiles -prefix -# re-add userland GNU --userland_GNU - # USE flags inherited by the base/use.defaults file that shouldn't be in Prefix gpm |