summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-22 20:34:05 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-22 20:36:57 +0100
commitb29bdf91eff134ec14e92b3824961fc84a04940d (patch)
tree99e47b45698d3e8e43707ed1be2ad08695e115fc /profiles/default
parentdev-python/tzdata: Install a module, use flit-core (diff)
downloadgentoo-b29bdf91eff134ec14e92b3824961fc84a04940d.tar.gz
gentoo-b29bdf91eff134ec14e92b3824961fc84a04940d.tar.bz2
gentoo-b29bdf91eff134ec14e92b3824961fc84a04940d.zip
profiles: Move default-on of USE=cli to 17.0 directory, so it can be "unset" in 23.0
This way the default can be overridden by in-ebuild use defaults. Bug: https://bugs.gentoo.org/831045 Bug: https://bugs.gentoo.org/925520 Closes: https://bugs.gentoo.org/927217 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/make.defaults5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index 4e21cd58fdf2..a1342b438891 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -20,7 +20,10 @@ USE="${USE} seccomp"
# These USE flags were originally inserted here because of PHP
# and were later removed by me. Reinserting the USE flags again because they are
# global USE flags that may be expected to be set by other packages.
-USE="${USE} cli pcre"
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-22)
+# Moving cli to 17.0, so it can be unset in 23.0 and this way overridden by
+# use defaults...
+USE="${USE} pcre"
# Donnie Berkholz <dberkholz@gentoo.org> (2006-03-07)
# Modular X: Support direct rendering by default