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 96E32138359 for ; Fri, 30 Oct 2020 15:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7AB1E0863; Fri, 30 Oct 2020 15:54:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 42FDCE0863 for ; Fri, 30 Oct 2020 15:54:46 +0000 (UTC) Received: by mail-ed1-f54.google.com with SMTP id a71so1800793edf.9 for ; Fri, 30 Oct 2020 08:54:44 -0700 (PDT) X-Gm-Message-State: AOAM530vruGK/p7PSkuOivNtJp3b2j6MO+yJOyNUvc6whX/hVrtClec9 /0fGCzfCK6qgjMCoBsjHQbB6tDt+i+3wNBAYTs4= X-Google-Smtp-Source: ABdhPJxIXW1zbGC+5kvQk1j6QQsopH8etbcFe/LhLneuaBV7t271xdZlJDWiOBgn/xgcHrrRWokcXJJobJsUF6F7lGg= X-Received: by 2002:aa7:c984:: with SMTP id c4mr3082267edt.42.1604073281847; Fri, 30 Oct 2020 08:54:41 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <682d7cbab7442643b91ab1621c6b8310c95ee501.camel@rohde-schwarz.com> In-Reply-To: From: Matt Turner Date: Fri, 30 Oct 2020 11:54:30 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-catalyst] Re: [PATCH] Documentation: Make existing multi-overlay support more explicit To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 959161d0-2a94-4c39-b2a4-7b36f0717f81 X-Archives-Hash: 95637b49e3c2f5fb1d6750802765c3ad On Sun, Oct 18, 2020 at 11:07 AM Felix Bier wrote: > > The code already supports multiple overlays. This commit adapts the > documentation to make this more explicit. Looks good, though I wonder if we shouldn't rename 'portage_overlay' as well? 'repos' or something? I'm going to change the custom .spec format over to TOML soon, so I can do that then unless you want to handle it. I'll commit this if you will give me your Signed-off-by for the patches. Thanks!