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 53D7E158064 for ; Fri, 3 May 2024 11:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E863E2ADA; Fri, 3 May 2024 11:43:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3232E2AC1 for ; Fri, 3 May 2024 11:43:11 +0000 (UTC) From: Sam James To: Arsen =?utf-8?Q?Arsenovi=C4=87?= Cc: gentoo-dev@lists.gentoo.org, base-system@gentoo.org Subject: Re: [gentoo-dev] [PATCH 1/2] gnuconfig.eclass: add GNUCONFIG_DEPEND In-Reply-To: <87r0ejuse1.fsf@gentoo.org> ("Arsen =?utf-8?Q?Arsenovi=C4=87?= =?utf-8?Q?=22's?= message of "Fri, 03 May 2024 12:00:38 +0200") Organization: Gentoo References: <20240503064210.3200832-1-sam@gentoo.org> <87r0ejuse1.fsf@gentoo.org> User-Agent: mu4e 1.12.4; emacs 30.0.50 Date: Fri, 03 May 2024 12:43:08 +0100 Message-ID: <87jzkbjf3n.fsf@gentoo.org> 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8a1427e5-9cda-4889-8d66-177337f97845 X-Archives-Hash: fe393918522bb8d22f13171557df5e7a Arsen Arsenovi=C4=87 writes: > Sam James writes: > >> The motivation here is to allow autotools.eclass consumers setting >> AUTOTOOLS_AUTO_DEPEND=3Dno to not have a useless gnuconfig dependency. > > series looks ok to me thanks!