diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-12 00:37:31 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-12 00:37:31 +0100 |
commit | a4657ff78a10c958bb8a4313b5de26724e5f2eb7 (patch) | |
tree | 36990628943f67bf291578fffc77ff6b88adeecf /etc | |
parent | fixed mariadb suppression patch (diff) | |
parent | php extensions (diff) | |
download | n-a4657ff78a10c958bb8a4313b5de26724e5f2eb7.tar n-a4657ff78a10c958bb8a4313b5de26724e5f2eb7.tar.gz n-a4657ff78a10c958bb8a4313b5de26724e5f2eb7.tar.bz2 n-a4657ff78a10c958bb8a4313b5de26724e5f2eb7.tar.lz n-a4657ff78a10c958bb8a4313b5de26724e5f2eb7.tar.xz n-a4657ff78a10c958bb8a4313b5de26724e5f2eb7.tar.zst n-a4657ff78a10c958bb8a4313b5de26724e5f2eb7.zip |
Diffstat (limited to 'etc')
-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" |