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 4CD9D158013 for ; Thu, 7 Dec 2023 17:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95F4F2BC025; Thu, 7 Dec 2023 17:45:13 +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 468E72BC018 for ; Thu, 7 Dec 2023 17:45:13 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Ulrich=20M=C3=BCller?= Subject: [gentoo-dev] [PATCH 0/2] *.eclass: Replace eutils inherit by eqawarn in EAPI 6 Date: Thu, 7 Dec 2023 18:44:41 +0100 Message-ID: <20231207174456.14469-1-ulm@gentoo.org> X-Mailer: git-send-email 2.43.0 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: 8bit X-Archives-Salt: 6fb81591-5898-47d3-b2cd-d7554079e336 X-Archives-Hash: c33eae3c901ac7002006a5c71e68766d These trivial patches replace "inherit eutils" by "inherit eqawarn" which is the only function that is actually needed. This will allow dropping EAPI 6 from indirectly (via eutils) inherited eclasses in a second step. I've verified that none of the affected 53 ebuilds in the Gentoo repository call any functions of the indirectly inherited eclasses. Ulrich Müller (2): flag-o-matic.eclass: Replace eutils inherit by eqawarn in EAPI 6 rpm.eclass: Replace eutils inherit by eqawarn in EAPI 6 eclass/flag-o-matic.eclass | 2 +- eclass/rpm.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.43.0