Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sun, 03 Nov 2019 09:29:17
Message-Id: 1572773347.2c6c75ecbe27f9c13a1faaf11de751aeb1e7fc1e.mgorny@gentoo
1 commit: 2c6c75ecbe27f9c13a1faaf11de751aeb1e7fc1e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 09:21:45 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 09:29:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6c75ec
7
8 profiles/base: Fix curl category in p.u.mask
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/base/package.use.mask | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
16 index 5253f941ba2..b17eaed09f7 100644
17 --- a/profiles/base/package.use.mask
18 +++ b/profiles/base/package.use.mask
19 @@ -34,7 +34,7 @@ app-i18n/xcin unicode
20 # OpenSSL (as of version 1.1.1) doesn't have APIs for QUIC support
21 # see https://github.com/openssl/openssl/pull/8797
22 net-libs/ngtcp2 ssl
23 -net-libs/curl nghttp3
24 +net-misc/curl nghttp3
25
26 # Michał Górny <mgorny@g.o> (2019-09-08)
27 # LLVM 5 is being removed.