diff options
author | Matt Turner <mattst88@gmail.com> | 2022-08-12 12:32:17 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-08-12 12:32:17 -0400 |
commit | a3639cce50b7af4db872a6876a5ce2994d970907 (patch) | |
tree | 4811a8706df267917a2c64fa00c5e8a2f9e68554 /base/etc/portage | |
parent | b27745f2ae08c6962e50f92b475a4d440703551b (diff) |
make.conf: Remove USE=-socialweb
Diffstat (limited to 'base/etc/portage')
-rw-r--r-- | base/etc/portage/make.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/etc/portage/make.conf.tmpl b/base/etc/portage/make.conf.tmpl index ee035ad..2cab1d0 100644 --- a/base/etc/portage/make.conf.tmpl +++ b/base/etc/portage/make.conf.tmpl @@ -18,4 +18,4 @@ PORTAGE_BINHOST="https://mattst88.com/binpkgs/amd64/{{ arch }}" PKGDIR="/var/cache/binpkgs/amd64/{{ arch }}" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --usepkg-exclude 'sys-firmware/* */*-bin'" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --buildpkg-exclude 'sys-firmware/* */*-bin'" -USE="aac archive avahi avif -berkdb bluetooth branding cairo caps cdda clutter cryptsetup cups dbus device-mapper dvb dvd egl exif expat faad ffmpeg flac fontconfig fuse gbm -gdbm gdu gif git gles2 gnome gnome-keyring gnome-online-accounts gpg -gpm gstreamer gtk gtk3 harfbuzz icu idn infinality -iptables jemalloc jit jpeg libidn2 libnotify libsecret luajit lz4 lzma lzo -modemmanager mng mp3 nautilus networkmanager nfs nftables ogg opengl opus pdf pipewire png policykit pulseaudio -qt4 resolvconf samba sasl screencast -socialweb spell sqlite svg systemd -tcpd theora threads tiff truetype udev udisks v4l vaapi vorbis vpx vte vulkan wayland -webkit webp X x264 xcb xkb xml xpm xv xvid xxhash zeroconf zsh-completion zstd" +USE="aac archive avahi avif -berkdb bluetooth branding cairo caps cdda clutter cryptsetup cups dbus device-mapper dvb dvd egl exif expat faad ffmpeg flac fontconfig fuse gbm -gdbm gdu gif git gles2 gnome gnome-keyring gnome-online-accounts gpg -gpm gstreamer gtk gtk3 harfbuzz icu idn infinality -iptables jemalloc jit jpeg libidn2 libnotify libsecret luajit lz4 lzma lzo -modemmanager mng mp3 nautilus networkmanager nfs nftables ogg opengl opus pdf pipewire png policykit pulseaudio -qt4 resolvconf samba sasl screencast spell sqlite svg systemd -tcpd theora threads tiff truetype udev udisks v4l vaapi vorbis vpx vte vulkan wayland -webkit webp X x264 xcb xkb xml xpm xv xvid xxhash zeroconf zsh-completion zstd" |