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/base/make.defaults | |
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/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index f25074f9d81a..ffef3a74bf0f 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # System-wide defaults for the Portage system @@ -7,7 +7,7 @@ # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later) IUSE_IMPLICIT="prefix prefix-guest prefix-stack" USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND" -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" |