diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-17 11:51:34 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-17 11:51:34 +0000 |
commit | 7dbfc09bf0bc71e84b135d7873edb69cce6a9bc9 (patch) | |
tree | 4b43f40b8d58ab09576bf3bd905d4bb3d5505917 /profiles | |
parent | Bump icespider (diff) | |
download | portage-7dbfc09bf0bc71e84b135d7873edb69cce6a9bc9.tar.bz2 portage-7dbfc09bf0bc71e84b135d7873edb69cce6a9bc9.tar.xz portage-7dbfc09bf0bc71e84b135d7873edb69cce6a9bc9.zip |
Remove USE apng (unofficial), update global USE system-* list, disable system-png for Mozilla things because they need USE=apng
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 10 | ||||
-rw-r--r-- | profiles/base/workstation/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/workstation/package.use | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 3b133eb..2ca7e71 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -23,9 +23,11 @@ USE=" -idn inspector -introspection ithreads jit jpeg jpeg2k json ldap llvm lvm -lvm1 lzma lz4 lzo minizip mp3 mpm-prefork -nettle network network-cron nscd -nss nuv offload pch pcre16 pcre32 pcre-jit png postgres postproc -ppp python rtmp savedconfig secure-delete smp sndfile -source sqlite symlink syslog - system-av1 system-bootstrap system-boost system-cairo system-cmark system-crontab systemd system-ffmpeg system-harfbuzz - system-heimdal system-icu system-jpeg system-jsoncpp system-lcms system-libevent system-libmspack - system-libs system-libvpx system-libyaml system-llvm system-lua system-mitkrb5 system-numpy system-python system-qemu system-seabios - system-sqlite system-ssl system-uulib system-webp system-wide system-zlib -themes -thin threads uuid -vala vim-pager vim-syntax + system-act system-av1 system-boost system-bootloader system-bootstrap system-cmark system-crontab + system-ffmpeg system-harfbuzz system-heimdal system-icu system-info system-ipxe system-jpeg system-lcms + system-leveldb system-libcxx system-libevent system-libs system-libvpx system-libyaml system-llvm + system-lua system-lz4 system-man system-mathjax system-mesa system-mitkrb5 system-numpy system-png + system-python system-qemu system-seabios system-sqlite system-ssl system-tbb system-webp system-wfconfig + system-wide system-wlroots system-zlib systemd -themes -thin threads uuid -vala vim-pager vim-syntax -winbind xml -resolvconf -printsupport zstd " diff --git a/profiles/base/workstation/make.defaults b/profiles/base/workstation/make.defaults index 39de949..b3f9364 100644 --- a/profiles/base/workstation/make.defaults +++ b/profiles/base/workstation/make.defaults @@ -1,7 +1,7 @@ APACHE2_MODULES="-* filter authz_host cgid mime_magic mime autoindex vhost_alias dav dir deflate log_config env rewrite cache mem_cache unixd socache authz_core authn_core socache_shmcb http2 alias" RUBY_TARGETS="-* ruby25" USE=" - apng autoshutdown cddb -cdio -crypt cscope custom-cflags + autoshutdown cddb -cdio -crypt cscope custom-cflags custom-optimization cxx -desktop-portal dv ffmpeg frei0r gallium gcrypt glib gnome-keyring -handbook -hangouts imagemagick javascript jemalloc -kde lame -lastfm lightning lm-sensors man markdown -modemmanager mtp mysql -nsplugin diff --git a/profiles/base/workstation/package.use b/profiles/base/workstation/package.use index f5a96ec..072c1cc 100644 --- a/profiles/base/workstation/package.use +++ b/profiles/base/workstation/package.use @@ -4,4 +4,6 @@ dev-libs/elfutils static-libs www-client/chromium -custom-cflags # exactly one crypt implementation >=sys-fs/cryptsetup-2.1 -openssl - +# system-png[apng] differences +www-client/firefox -system-png +mail-client/thunderbird -system-png |