diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-15 08:23:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-15 08:24:09 +0200 |
commit | 8152689945ba2d843472db9fdae9f5680a7f7a4e (patch) | |
tree | 7331297e45697990ee83c8b0bc76c34e0773713f /profiles/default | |
parent | use.desc: Remove unused USE=directfb (diff) | |
download | gentoo-8152689945ba2d843472db9fdae9f5680a7f7a4e.tar.gz gentoo-8152689945ba2d843472db9fdae9f5680a7f7a4e.tar.bz2 gentoo-8152689945ba2d843472db9fdae9f5680a7f7a4e.zip |
profiles: Clean stale flag masks/forces
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/fbsd/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/package.use.mask | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/profiles/default/bsd/fbsd/package.use.mask b/profiles/default/bsd/fbsd/package.use.mask index c804607739a4..5b413acf9576 100644 --- a/profiles/default/bsd/fbsd/package.use.mask +++ b/profiles/default/bsd/fbsd/package.use.mask @@ -74,12 +74,6 @@ app-arch/tar xattr # sha512 is only supported by Linux-PAM's pam_unix for now sys-auth/pambase cracklib pam_ssh sha512 -# Alexis Ballier <aballier@gentoo.org> (2009-01-31) -# app-misc/tracker should work but needs some code fixups and it uses the fdatasync system call -# that we do not have (bug #257052) -# Mask it for now -gnome-base/nautilus tracker - # Naohiro Aota <naota@gentoo.org> (2011-08-04) # ads require krb5, which is maksed on FreeBSD # cluster require ctdb, which doesn't support FreeBSD diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 9178c9e023ed..32fcd3ab13fb 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -13,12 +13,6 @@ sys-auth/consolekit -cgroups # Native inotify support is preferred on linux. kde-frameworks/kcoreaddons fam -# Christian Ruppert <idl0r@gentoo.org> (2015-08-23) -# seccomp seems completely broken currently but has been added as global default -# apparently... #558100 -# https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7 -net-dns/bind seccomp - # Diego Elio Pettenò (2012-08-27) # The libpci access is only used for linux. net-analyzer/net-snmp -pci |