diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 10:13:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 10:13:26 +0100 |
commit | 0f47bb262c5209cbfaf2fe754c908876cc8d5acf (patch) | |
tree | aa390b4c3a6df4cf5bb24a2204338da69c66725f /profiles/embedded | |
parent | virtual/libiconv: remove mintlib (diff) | |
download | gentoo-0f47bb262c5209cbfaf2fe754c908876cc8d5acf.tar.gz gentoo-0f47bb262c5209cbfaf2fe754c908876cc8d5acf.tar.bz2 gentoo-0f47bb262c5209cbfaf2fe754c908876cc8d5acf.zip |
profiles: remove mintlib
Closes: https://github.com/gentoo/gentoo/pull/23623
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index b0ddb83f4f8d..a14a73f66064 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2008-2021 Gentoo Authors +# Copyright 2008-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 USE="kdrive minimal multicall zlib" @@ -24,7 +24,7 @@ IUSE_IMPLICIT="prefix prefix-guest prefix-stack" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-fbsd x86-linux x86-solaris x86-winnt" -USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" +USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS uclibc Winnt" USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU" |