summaryrefslogtreecommitdiff
blob: 6346ec770537655ed6f672f056d9fcdd826d339b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2018 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

# Prefix removed python3_5 from PYTHON_TARGETS and PYTHON_SINGLE_TARGET
python_targets_python3_5
python_single_target_python3_5

# Similar for Ruby 2.3
ruby_targets_ruby23