diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-29 22:36:13 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-29 22:36:13 +0000 |
commit | c6958e16613ba4ce927a5daa8e61c4409b43880e (patch) | |
tree | 600ce564eca3f9d720c2eb61761682ce73d262f2 | |
parent | profiles/common: disable USE=extra-filters for app-arch/xz-utils (diff) | |
download | portage-c6958e16613ba4ce927a5daa8e61c4409b43880e.tar.xz |
rofiles/common: enable USE=http2
-rw-r--r-- | profiles/common/make.defaults | 2 | ||||
-rw-r--r-- | profiles/common/package.use | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index 4521a170..bdf06c4f 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -51,7 +51,7 @@ USE="${USE} -nls" USE="${USE} logrotate syslog" # Network -USE="${USE} -bluetooth -ftp idn libidn2 ipv6 netlink ntp -tcpd -modemmanager -upnp -libproxy" +USE="${USE} -bluetooth -ftp idn libidn2 ipv6 http2 netlink ntp -tcpd -modemmanager -upnp -libproxy" # Performance USE="${USE} jit mmap threads" diff --git a/profiles/common/package.use b/profiles/common/package.use index c85f2cf8..88cf9c35 100644 --- a/profiles/common/package.use +++ b/profiles/common/package.use @@ -122,7 +122,6 @@ sys-apps/man-db berkdb net-libs/ldns ecdsa ed25519 ed448 net-misc/curl alt-svc sys-apps/kmod pkcs7 -net-misc/curl http2 net-misc/curl hsts sys-apps/shadow bcrypt |