diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-04 01:35:51 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-04 01:35:51 +0100 |
commit | 258276a3b166fd57b0cf22a7951d58e7b1710232 (patch) | |
tree | ba8e8de1f56eb314f97bbd7facef617d446be263 | |
parent | Stablize youcompleteme, drop old (diff) | |
download | portage-258276a3b166fd57b0cf22a7951d58e7b1710232.tar.bz2 portage-258276a3b166fd57b0cf22a7951d58e7b1710232.tar.xz portage-258276a3b166fd57b0cf22a7951d58e7b1710232.zip |
Disable mysql by default
-rw-r--r-- | profiles/base/server/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/server/make.defaults b/profiles/base/server/make.defaults index 4eec51b..543fab0 100644 --- a/profiles/base/server/make.defaults +++ b/profiles/base/server/make.defaults @@ -2,7 +2,7 @@ APACHE2_MODULES="-* access_compat alias auth_basic authn_core authz_core authz_h ALSA_PCM_PLUGINS="none" USE=" autoservicerestart nohourlyupdate cron exiscan-acl extras gdbm -gallium logrotate -joystick - -keyutils maildir modperl mysql ocfs2 proxy -python -sqlite -tcpd truetype fpm apache2 -static-analyzer + -keyutils maildir modperl ocfs2 proxy -python -sqlite -tcpd truetype fpm apache2 -static-analyzer arc dmarc -gnutls spf -doc " FEATURES="unmerge-backup" |