From dcab140c0f28df87a9bf7bf5d13ce1302bdeb24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 3 Aug 2020 12:11:52 +0200 Subject: profiles/base: use http2 on all capable packages --- profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3