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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F5C815817D for ; Fri, 21 Jun 2024 13:55:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D797E2AA9; Fri, 21 Jun 2024 13:55:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4F8EE2A8B for ; Fri, 21 Jun 2024 13:55:29 +0000 (UTC) Received: by mail-ed1-f49.google.com with SMTP id 4fb4d7f45d1cf-57cf8880f95so2358158a12.3 for ; Fri, 21 Jun 2024 06:55:28 -0700 (PDT) X-Gm-Message-State: AOJu0YyIg4mDAtbAydFAuNTjuZzeIuE8qVupeQNuKccpDH/Z4HeJ0bWi LoAcOAQlk1HFjcoh8SYbOr72/h9CIFjwagsbIaCOCVMtFLKnwPENlYOidzLK38J9WNN5uR1Ohw/ rqLSGtGWPwSY65RXpE5/MFcPlF28= X-Google-Smtp-Source: AGHT+IFv+Xl03KqWjYPNT6wTr7s5tPQp++Ty4aITv27dtT3a91+ClOgzH6lPruJ+wvi6Vj4VnkjRppG2ItQ5JaetgqM= X-Received: by 2002:a50:d595:0:b0:57c:5fd7:ff50 with SMTP id 4fb4d7f45d1cf-57d07edca0bmr6098977a12.35.1718978126068; Fri, 21 Jun 2024 06:55:26 -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: <20240621131552.526393-1-kangie@gentoo.org> <20240621131552.526393-3-kangie@gentoo.org> In-Reply-To: <20240621131552.526393-3-kangie@gentoo.org> From: Mike Gilbert Date: Fri, 21 Jun 2024 09:55:14 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH 2/3] profiles/base: make.defaults: add CURL_QUIC To: gentoo-dev@lists.gentoo.org Cc: Matt Jolly Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fd9963ab-f20c-4e49-a348-f2b99d9b5a22 X-Archives-Hash: 975b65823f0d80daedcf539afe61ef29 On Fri, Jun 21, 2024 at 9:15=E2=80=AFAM wrote: I would combine this with the previous commit which adds the values to curl_quic.desc, and has a much better commit message. For the summary, something like "profiles: add CURL_QUIC USE_EXPAND" should do the trick.