From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AB09138334 for ; Thu, 10 Oct 2019 20:38:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A4DE08D1; Thu, 10 Oct 2019 20:38:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6E9BE083E for ; Thu, 10 Oct 2019 20:38:16 +0000 (UTC) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id BFDAF34BB0F for ; Thu, 10 Oct 2019 20:38:15 +0000 (UTC) Received: by mail-io1-f45.google.com with SMTP id b19so16788180iob.4 for ; Thu, 10 Oct 2019 13:38:15 -0700 (PDT) X-Gm-Message-State: APjAAAVLQeV7YflxhbOExMtYd0Eu5AMJOLY7CzOSYR5wLYV6r93ov1c+ 1xhuXdqLe3pKhLG9Le5wGr/vV6S0rIA0aDp6Y8M= X-Google-Smtp-Source: APXvYqwbKRdBOXoG+imo+qc+7GkW2zakFJvBAy8qqKsAZh0mWPt1aVi1QWgskDC/SkinW+NM2Fnzv5/YgSCggBXjmbg= X-Received: by 2002:a05:6602:21d8:: with SMTP id c24mr1822433ioc.30.1570739893891; Thu, 10 Oct 2019 13:38:13 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <12708cbd76bff9f20725c1c9deffa614@gentoo.org> In-Reply-To: <12708cbd76bff9f20725c1c9deffa614@gentoo.org> From: Mike Gilbert Date: Thu, 10 Oct 2019 16:38:02 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] RFC: net-misc/curl: HTTP/3 support To: Gentoo Dev Cc: blueness@gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: cb530fe1-fe05-48c1-9fb0-810f13837651 X-Archives-Hash: 772cf818f801f18190fec1e1ba58caaa 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.