summaryrefslogtreecommitdiff
path: root/profiles/releases
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-23 01:00:42 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-23 01:00:42 +0000
commit6c169675dd21d25ad82ab0560f3d5b1e714219b6 (patch)
treeed786201c471d4535a5eca3a754866a856812bcb /profiles/releases
parent7fe6984499f95d52b3c32af6ab771aa8f08c2dd4 (diff)
gentoo auto-resync : 23:03:2024 - 01:00:42
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"