summaryrefslogtreecommitdiff
path: root/profiles/releases
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/releases')
-rw-r--r--profiles/releases/17.0/make.defaults3
-rw-r--r--profiles/releases/23.0/make.defaults6
2 files changed, 2 insertions, 7 deletions
diff --git a/profiles/releases/17.0/make.defaults b/profiles/releases/17.0/make.defaults
index f2e63d883298..033d62626f91 100644
--- a/profiles/releases/17.0/make.defaults
+++ b/profiles/releases/17.0/make.defaults
@@ -2,4 +2,5 @@
# Distributed under the terms of the GNU General Public License v2
# make sure toolchain has sane defaults <toolchain@gentoo.org>
-USE="${USE} fortran openmp"
+# move cli and dri here from default/linux
+USE="${USE} cli dri fortran openmp"
diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults
index 7d96215e456e..9680364430cf 100644
--- a/profiles/releases/23.0/make.defaults
+++ b/profiles/releases/23.0/make.defaults
@@ -10,12 +10,6 @@ USE="lzma zstd"
# make sure toolchain has sane defaults <toolchain@gentoo.org>
USE="${USE} openmp"
-# bug 831045
-USE="${USE} -cli"
-
-# bug 849875
-USE="${USE} -dri"
-
# bug 818376 (only on specific arches)
LDFLAGS="-Wl,-O1 -Wl,--as-needed"