summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-02-12 00:07:02 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-02-12 00:07:02 +0100
commitf69f1c61a76962d4313e149b750532eba34c5ea4 (patch)
tree1f3d7f59d6a9bbadb81d90a3f2e16e081447f1a6
parentmariadb monitor silent startup patch (diff)
downloadn-f69f1c61a76962d4313e149b750532eba34c5ea4.tar
n-f69f1c61a76962d4313e149b750532eba34c5ea4.tar.gz
n-f69f1c61a76962d4313e149b750532eba34c5ea4.tar.bz2
n-f69f1c61a76962d4313e149b750532eba34c5ea4.tar.lz
n-f69f1c61a76962d4313e149b750532eba34c5ea4.tar.xz
n-f69f1c61a76962d4313e149b750532eba34c5ea4.tar.zst
n-f69f1c61a76962d4313e149b750532eba34c5ea4.zip
-rw-r--r--etc/portage/make.conf3
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"