On 10.10.2019 16:38, Mike Gilbert wrote: > On Thu, Oct 10, 2019 at 4:03 PM Craig Andrews > wrote: >> >> I'm working on getting HTTP/3 support in place for curl: >> https://github.com/gentoo/gentoo/pull/12920 >> >> Yes, HTTP/3 isn't final yet. But we're Gentoo - that shouldn't stop >> us! >> >> My proposal involves: >> * A new USE_EXPAND, CURL_HTTP3, with two values: nghttp3 and quiche > > Why do we need a USE_EXPAND for this? Will more than one package ever > use it? > > If it's only ever going to be referenced by net-misc/curl, just add > local USE flags. Since I've received such a response from a few folks, I've updated the PR to not use USE_EXPAND and instead use local USE flags. Thanks for the feedback, ~Craig