diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-17 12:49:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-17 13:03:48 +0100 |
commit | fee1802b755d23cc0955800e0e70c779fa4acdc5 (patch) | |
tree | f74c3dd242f40fc36e87f04fac560444875b674e /profiles/embedded | |
parent | profiles: Remove entries with UnknownProfilePackageUse (diff) | |
download | gentoo-fee1802b755d23cc0955800e0e70c779fa4acdc5.tar.gz gentoo-fee1802b755d23cc0955800e0e70c779fa4acdc5.tar.bz2 gentoo-fee1802b755d23cc0955800e0e70c779fa4acdc5.zip |
profiles: Remove entries matching UnknownProfileUse*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index 62ad2b513982..556ea9894288 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -1,7 +1,7 @@ # Copyright 2008-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="kdrive minimal multicall zlib" +USE="minimal multicall zlib" CFLAGS="-Os -pipe" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" |