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 E9FEE158008 for ; Thu, 15 Jun 2023 22:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF677E0A8D; Thu, 15 Jun 2023 22:06:08 +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 64EB0E088B for ; Thu, 15 Jun 2023 22:06:08 +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 2/2] mercurial.eclass: Don't inherit eutils Date: Fri, 16 Jun 2023 00:05:44 +0200 Message-ID: <20230615220553.23295-2-ulm@gentoo.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230615220553.23295-1-ulm@gentoo.org> References: <20230615220553.23295-1-ulm@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: 8bit X-Archives-Salt: 432873bd-643e-4eda-97e3-cfe0c77df350 X-Archives-Hash: 43b9cde63d497005ec87d51355c11be7 None of the ebuilds inheriting mercurial.eclass needs any of the remaining eutils features in EAPI 7. Signed-off-by: Ulrich Müller --- eclass/mercurial.eclass | 8 -------- 1 file changed, 8 deletions(-) diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 472d7448d513..16d9fc87cb0a 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -25,14 +25,6 @@ _MERCURIAL_ECLASS=1 PROPERTIES+=" live" -case ${EAPI:-0} in - 7) - # For compatibiilty only (indirect inherits). - # Eclass itself doesn't need it. - inherit eutils - ;; -esac - BDEPEND="dev-vcs/mercurial" # @ECLASS_VARIABLE: EHG_REPO_URI -- 2.41.0