summaryrefslogtreecommitdiff
path: root/profiles/features/prefix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /profiles/features/prefix
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'profiles/features/prefix')
-rw-r--r--profiles/features/prefix/package.mask1
-rw-r--r--profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask9
2 files changed, 8 insertions, 2 deletions
diff --git a/profiles/features/prefix/package.mask b/profiles/features/prefix/package.mask
index c2367c0c1f86..808c71a894c3 100644
--- a/profiles/features/prefix/package.mask
+++ b/profiles/features/prefix/package.mask
@@ -15,7 +15,6 @@ gnome-extra/gnome-logs
gnome-extra/gnome-user-share
gnome-extra/office-runner
kde-misc/systemd-kcm
-<sys-apps/bolt-0.5
sys-apps/gentoo-systemd-integration
sys-apps/systemd-readahead
sys-process/systemd-cron
diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
index b5f69351385a..f571cf79f38b 100644
--- a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
+++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
@@ -1,6 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Benda Xu <heroxbd@gentoo.org> (2019-10-14)
+# The following mesa components calls fcntl(fd, F_DUPFD_CLOEXEC, 3) directly
+# without checking. That results on build time failure, because we have
+# stripped away F_DUPFD_CLOEXEC from glibc for this profile.
+media-libs/mesa egl gles2 gallium llvm
+media-libs/libepoxy egl
+
# Benda Xu <heroxbd@gentoo.org> (2018-02-21)
# We are on an old kernel that only glibc-2.19 is supported. That glibc does
# not build with PIE enabled. glibc-2.19 and linux-2.6.16 is end of life