diff options
-rw-r--r-- | etc/portage/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 853a61f..9ad75a8 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -29,7 +29,7 @@ USE="$USE extra graphics science publishers music" # texlive USE="$USE hid" # mixxx USE="$USE ipv6" # net-ftp/ftp USE="$USE calendar math latex -spell" # app-office/abiwold, spell ima conflict -USE="$USE curl exif fpm ftp gd gmp imap inifile intl mysqli pdo sockets sodium sqlite threads tidy webp xmlreader xmlwriter zip" # dev-lang/php +USE="$USE curl exif fpm ftp gd gmp imap inifile intl mysqli pdo sockets sodium sqlite threads tidy webp xmlreader xmlwriter zip mysql" # dev-lang/php # USE="$USE system-libvpx system-openjpeg -proprietary-codecs -official" # ungoogled-chromium USE="$USE server" # libssh USE="$USE gtk2 -official-branding" # palemoon @@ -72,3 +72,4 @@ SIGNED_OFF_BY="Anton Luka Šijanec <anton@sijanec.eu>" L10N="sl en de hr si" FEATURES="nostrip distcc" +PHP_TARGETS="php8-1" |