commit: 2c6c75ecbe27f9c13a1faaf11de751aeb1e7fc1e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 3 09:21:45 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 3 09:29:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6c75ec
profiles/base: Fix curl category in p.u.mask Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5253f941ba2..b17eaed09f7 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -34,7 +34,7 @@ app-i18n/xcin unicode # OpenSSL (as of version 1.1.1) doesn't have APIs for QUIC support # see https://github.com/openssl/openssl/pull/8797 net-libs/ngtcp2 ssl -net-libs/curl nghttp3 +net-misc/curl nghttp3 # Michał Górny <[email protected]> (2019-09-08) # LLVM 5 is being removed.
