diff options
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/package.use.mask')
4 files changed, 76 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/.keep b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/.keep new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/.keep diff --git a/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/00-baldeagleos b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/00-baldeagleos new file mode 100644 index 000000000000..bb0c38ee095c --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/00-baldeagleos @@ -0,0 +1,9 @@ +# Palica 2021-07-03 +# remove rsync-verify from portage since we use git +sys-apps/portage rsync-verify + +# Remove udev from llvm2 as it collides with the static USE flag +sys-fs/lvm2 udev + +# unmask openssl use flag +net-libs/ngtcp2 -openssl diff --git a/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/01-gentoo b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/01-gentoo new file mode 100644 index 000000000000..c44ff3d3d0da --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/01-gentoo @@ -0,0 +1,64 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Peter Levine <plevine457@gmail.com> (2019-10-01) +# Native inotify support is preferred on linux. +# https://bugs.gentoo.org/697476 +net-fs/samba fam + +# Patrick McLean <chutzpah@gentoo.org> (2019-09-17) +# Masked due to upstream build failures (bug #693018) +# One example: https://tracker.ceph.com/issues/41523 +>=sys-cluster/ceph-14.2 dpdk + +# Jason Zaman <perfinion@gentoo.org> (2015-09-06) +# This is masked in base/package.use.mask as Linux only. +sys-auth/consolekit -cgroups + +# Michael Palimaka <kensington@gentoo.org> (2015-09-03) +# Native inotify support is preferred on linux. +kde-frameworks/kcoreaddons fam + +# Diego Elio Pettenò (2012-08-27) +# The libpci access is only used for linux. +net-analyzer/net-snmp -pci + +# Richard Yao <ryao@gentoo.org> (2012-08-22) +# USE=kernel-builtin is dangerous. Only those that know what they are doing +# should use it until documentation improves. +sys-fs/zfs kernel-builtin + +# Diego Elio Pettenò (2012-08-20) +# The prevent-removal USE flag is only implemented for Linux. +sys-auth/pam_mktemp -prevent-removal + +sys-devel/gcc hardened +sys-libs/glibc hardened + +# Samuli Suominen <ssuominen@gentoo.org> (2012-04-30) +# This is replaced by native CONFIG_INOTIFY_USER support wrt #413403 +=dev-libs/glib-2* fam + +# Samuli Suominen <ssuominen@gentoo.org (2012-03-20) +# This is masked in base/package.use.mask as Linux only. +sys-auth/consolekit -acl + +# Samuli Suominen <ssuominen@gentoo.org> (2012-01-10) +# Masked in base/package.use.mask as Linux -only feature +app-arch/libarchive -e2fsprogs + +# Diego E. Pettenò <flameeyes@gentoo.org> (2009-08-20) +# +# Mask oss USE flag for PulseAudio; it's present for compatibility +# with FreeBSD and other operating systems that have no better +# interfaces, but people would probably abuse it with Linux as well. +# +# Older versions also had an OSS compatibility wrapper on that USE so +# they are excluded. +>=media-sound/pulseaudio-0.9.16_rc5 oss + +# Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27) +# +# Unmask pdnsd's Linux-specific USE flags. +net-dns/pdnsd -isdn -urandom + diff --git a/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/funtoo-use-mask b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/funtoo-use-mask new file mode 100644 index 000000000000..3a410b162f81 --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/package.use.mask/funtoo-use-mask @@ -0,0 +1,3 @@ +# This 2 packages using Gpm_Wgetch, which is what ncurses upstream suggest to avoid. +media-libs/aalib gpm +www-client/w3m gpm |
