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 553451581FB for ; Mon, 26 Aug 2024 13:04:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A062EE2A50; Mon, 26 Aug 2024 13:04:33 +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 8AFEBE2A7B for ; Mon, 26 Aug 2024 13:04:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id CA93D340C39 for ; Mon, 26 Aug 2024 13:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6766E1F1C for ; Mon, 26 Aug 2024 13:04:31 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1724677464.dc3043d2bcf8394e96d8f81ec6daf30641afe3d4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/eqawarn.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: dc3043d2bcf8394e96d8f81ec6daf30641afe3d4 X-VCS-Branch: master Date: Mon, 26 Aug 2024 13:04:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46e3b7bc-e29b-4828-9c02-9bf142922597 X-Archives-Hash: f1bf38a31a6576f1cf727ef30afe6f26 commit: dc3043d2bcf8394e96d8f81ec6daf30641afe3d4 Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 20 17:58:55 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Aug 26 13:04:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3043d2 eqawarn.eclass: Mark as DEAD Signed-off-by: Ulrich Müller gentoo.org> eclass/eqawarn.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/eqawarn.eclass b/eclass/eqawarn.eclass index 288976182fb3..df6b13151d74 100644 --- a/eclass/eqawarn.eclass +++ b/eclass/eqawarn.eclass @@ -1,6 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# @DEAD # @ECLASS: eqawarn.eclass # @MAINTAINER: # base-system@gentoo.org