diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-23 01:00:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-23 01:00:42 +0000 |
commit | 6c169675dd21d25ad82ab0560f3d5b1e714219b6 (patch) | |
tree | ed786201c471d4535a5eca3a754866a856812bcb /profiles/default | |
parent | 7fe6984499f95d52b3c32af6ab771aa8f08c2dd4 (diff) |
gentoo auto-resync : 23:03:2024 - 01:00:42
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 4e21cd58fdf2..12dd86f25c53 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -20,13 +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" - -# Donnie Berkholz <dberkholz@gentoo.org> (2006-03-07) -# Modular X: Support direct rendering by default -# Andreas K. Huettel <dilfridge@gentoo.org> (2013-01-21) -# Re-added following discussion with chithead -USE="${USE} dri" +# 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" # Luca Barbato <lu_zero@gentoo.org> (2006-10-28) # on glibc system you cannot turn it off |