diff options
author | Matt Turner <mattst88@gmail.com> | 2023-05-18 11:45:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2023-05-18 11:45:14 -0400 |
commit | 30c20f1be4cb9522a314daa8091dae8019e518df (patch) | |
tree | 7bc94c60bf7aca41c57448c78b496913156644a3 /base | |
parent | aa18308b4b75ef547f48d18a31dfd15a27167a2b (diff) |
make.conf: Set USE="keyring"
Diffstat (limited to 'base')
-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 35557a4..5e0552c 100644 --- a/base/etc/portage/make.conf.tmpl +++ b/base/etc/portage/make.conf.tmpl @@ -20,4 +20,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 spell sqlite svg systemd theora threads tiff truetype udev udisks upower 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 keyring 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 theora threads tiff truetype udev udisks upower v4l vaapi vorbis vpx vte vulkan wayland -webkit webp X x264 xcb xkb xml xpm xv xvid xxhash zeroconf zsh-completion zstd" |