summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-17 12:49:58 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-17 13:03:48 +0100
commitfee1802b755d23cc0955800e0e70c779fa4acdc5 (patch)
treef74c3dd242f40fc36e87f04fac560444875b674e /profiles/embedded
parentprofiles: Remove entries with UnknownProfilePackageUse (diff)
downloadgentoo-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.defaults2
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}"