diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 12:02:27 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 12:02:27 +0100 |
commit | 0349659edae44f43075ea37c44afdf8b5dfc843f (patch) | |
tree | bc815848c4d00500e6be9c7ba9b937a780b52050 /profiles/desc | |
parent | x11-terms/kitty: use verify-sig (diff) | |
download | gentoo-0349659edae44f43075ea37c44afdf8b5dfc843f.tar.gz gentoo-0349659edae44f43075ea37c44afdf8b5dfc843f.tar.bz2 gentoo-0349659edae44f43075ea37c44afdf8b5dfc843f.zip |
profiles: remove dead kernel/elibc flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/elibc.desc | 7 | ||||
-rw-r--r-- | profiles/desc/kernel.desc | 8 |
2 files changed, 1 insertions, 14 deletions
diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc index ec994a00e657..8eef69979c83 100644 --- a/profiles/desc/elibc.desc +++ b/profiles/desc/elibc.desc @@ -4,18 +4,11 @@ # This file contains descriptions of ELIBC USE_EXPAND flags. # Keep it sorted. - -AIX - ELIBC setting for systems that use the AIX C library bionic - ELIBC setting for systems that use Android's Bionic C library Cygwin - ELIBC setting for systems that use Cygwin Darwin - ELIBC setting for systems that use the Darwin C library -DragonFly - ELIBC setting for systems that use the DragonFly C library glibc - ELIBC setting for systems that use the GNU C library -HPUX - ELIBC setting for systems that use the HP-UX C library -Interix - ELIBC setting for systems that use the Interix C library mingw - ELIBC setting for systems that use the Minimalist GNU for Windows library musl - ELIBC setting for systems that use the musl C library -NetBSD - ELIBC setting for systems that use the NetBSD C library -OpenBSD - ELIBC setting for systems that use the OpenBSD C library SunOS - ELIBC setting for systems that use the Sun Solaris C library Winnt - ELIBC setting for systems that use Winnt diff --git a/profiles/desc/kernel.desc b/profiles/desc/kernel.desc index 48d6e5455ea8..6658d525396b 100644 --- a/profiles/desc/kernel.desc +++ b/profiles/desc/kernel.desc @@ -1,16 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of KERNEL USE_EXPAND flags. # Keep it sorted. -AIX - KERNEL setting for system using the AIX kernel Darwin - KERNEL setting for system using the Darwin kernel (i.e.: Mac OS X). -FreeBSD - KERNEL setting for system using the FreeBSD kernel -freemint - KERNEL setting for system using the FreeMiNT kernel -HPUX - KERNEL setting for system using the HP-UX kernel linux - KERNEL setting for system using the Linux kernel -NetBSD - KERNEL setting for system using the NetBSD kernel -OpenBSD - KERNEL setting for system using the OpenBSD kernel SunOS - KERNEL setting for system using an SunOS (i.e.: Solaris) kernel Winnt - KERNEL setting for systems on Windows (Cygwin, MinGW, Winnt, ...) |