You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
764 B
23 lines
764 B
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
# Fabian Groffen <grobian@gentoo.org> (2018-12-29)
|
|
# separate /usr has been disabled for long in Prefix, so ensure we don't
|
|
# accidentially trigger stuff (for now in sys-apps/coreutils)
|
|
split-usr
|
|
|
|
# Michael Haubenwallner <haubi@gentoo.org> (2018-06-21)
|
|
# sys-libs/libseccomp is a linux interface, not sure if it will work
|
|
# in prefix for Linux either, bug #585756
|
|
seccomp
|
|
|
|
# Mask all glibc/linux combination, unmasked in the appropriate profiles
|
|
elibc_glibc
|
|
kernel_linux
|
|
|
|
# USE=acl will probably never work because of how it is related to the kernel
|
|
# and Gentoo Prefix does not have access to that. Also, definately problems with
|
|
# coreutils on darwin.
|
|
acl
|