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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF3AA158020 for ; Wed, 12 Oct 2022 17:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1996E0971; Wed, 12 Oct 2022 17:50:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75401E0917 for ; Wed, 12 Oct 2022 17:50:45 +0000 (UTC) Received: by mail-yb1-f171.google.com with SMTP id n74so20836094yba.11 for ; Wed, 12 Oct 2022 10:50:44 -0700 (PDT) X-Gm-Message-State: ACrzQf3Gz9ikMQKTot/xaYpGUc7QBoVHaFVpZwKO4IUMmbm7TU9S9M3v x95NjGkVmI0XBtQovu484QUNFwmmp1Pio1AjzRM= X-Google-Smtp-Source: AMsMyM6TxHyy6bgf5xfSUfgEXjUeRh9AZo88do8agrk5SiuQsTDc+9zv+5RiJ8TtK9iiGjNjni+QJrMHp723TPP9XQ8= X-Received: by 2002:a25:ff11:0:b0:6b2:8bc4:c1a6 with SMTP id c17-20020a25ff11000000b006b28bc4c1a6mr27098945ybe.606.1665597042813; Wed, 12 Oct 2022 10:50:42 -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: <20221012140307.52701-1-concord@gentoo.org> In-Reply-To: <20221012140307.52701-1-concord@gentoo.org> From: Mike Gilbert Date: Wed, 12 Oct 2022 13:50:31 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: add systemd/selinux/merged-usr subprofiles To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: b135c498-52db-443e-9c45-3f43e94c3d88 X-Archives-Hash: c5c123202244c461ef8d6e81aee46891 On Wed, Oct 12, 2022 at 10:03 AM Kenton Groombridge wrote: > > Signed-off-by: Kenton Groombridge > --- > profiles/profiles.desc | 3 +++ > 1 file changed, 3 insertions(+) You should reverse the order of these commits: add the profile directories first, and then add them to profiles.desc.