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 56510158008 for ; Thu, 15 Jun 2023 18:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40331E09FD; Thu, 15 Jun 2023 18:07:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0B05EE08C9 for ; Thu, 15 Jun 2023 18:07:53 +0000 (UTC) Message-ID: Subject: Re: [gentoo-dev] [PATCH 10/11] ruby-ng.eclass: use shopt directly, not via estack.eclass From: Hans de Graaff To: gentoo-dev@lists.gentoo.org Date: Thu, 15 Jun 2023 20:07:43 +0200 In-Reply-To: <20230615155240.589982-10-sam@gentoo.org> References: <20230615155240.589982-1-sam@gentoo.org> <20230615155240.589982-10-sam@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1 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 X-Archives-Salt: a06d46b9-6573-4e8f-ae26-26b7b54731b4 X-Archives-Hash: 081900709972df3fc54e72d30464549f On Thu, 1970-01-01 at 00:00 +0000, Sam James wrote: > ulm points out that estack.eclass is particularly inefficient > (although > it'll get slightly better once > https://github.com/gentoo/gentoo/pull/31437 > is fixed). >=20 > Let's just manually roll it like llvm.eclass does. It looks like that was the only use for inhering estack? If so that inherit can go too, right? Hans