summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2020-08-03 12:11:52 +0200
committerKarel Kočí <karel.koci@nic.cz>2020-08-03 12:11:52 +0200
commitdcab140c0f28df87a9bf7bf5d13ce1302bdeb24b (patch)
tree87165358092233a00a4f570d95a2bdc716d04f54 /profiles
parent04ddc5fa8e504c2e942b94de945fdeb8d9ca0e6f (diff)
downloadgentoo-personal-overlay-dcab140c0f28df87a9bf7bf5d13ce1302bdeb24b.tar.gz
gentoo-personal-overlay-dcab140c0f28df87a9bf7bf5d13ce1302bdeb24b.tar.bz2
gentoo-personal-overlay-dcab140c0f28df87a9bf7bf5d13ce1302bdeb24b.zip
profiles/base: use http2 on all capable packages
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 1512e2b..fd6055e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -11,7 +11,7 @@ ACCEPT_LICENSE="*"
USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev"
USE="$USE ncurses readline"
-USE="$USE curl"
+USE="$USE curl http2"
USE="$USE zsh-completion"
L10N="en cs"