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 E9FB3158064 for ; Fri, 3 May 2024 11:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 854E0E2ABE; Fri, 3 May 2024 11:43:00 +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 EB4BFE2AAF for ; Fri, 3 May 2024 11:42:59 +0000 (UTC) From: Sam James To: Ulrich Mueller 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: (Ulrich Mueller's message of "Fri, 03 May 2024 12:14:16 +0200") Organization: Gentoo References: <20240503064210.3200832-1-sam@gentoo.org> User-Agent: mu4e 1.12.4; emacs 30.0.50 Date: Fri, 03 May 2024 12:42:56 +0100 Message-ID: <87plu3jf3z.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 X-Archives-Salt: 1df0a7ca-ed0c-48e7-9011-a737577cf385 X-Archives-Hash: 188bdae7408c4761d041b1d756b38059 Ulrich Mueller writes: >>>>>> On Fri, 03 May 2024, Sam James wrote: > >> + case ${EAPI} in >> + 5|6) DEPEND=${GNUCONFIG_DEPEND} ;; >> + *) BDEPEND=${GNUCONFIG_DEPEND} ;; >> + esac > > Drop EAPI 5 while at it? Good point, done & pushed, thanks.