blob: be9e1433e84b480786d5fa99503c50fdc7ce9983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2019 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
# need to invade pid 1, which is not possible for Prefix.
systemd
|