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 0118E15817D for ; Sat, 8 Jun 2024 15:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C74AE2AC7; Sat, 8 Jun 2024 15:47:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B1E0E2AC7 for ; Sat, 8 Jun 2024 15:47:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC5D8340815 for ; Sat, 8 Jun 2024 15:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 543A11A32 for ; Sat, 8 Jun 2024 15:47:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1717861616.5b45aef4ab0b6d0ed7f414facaf9e243cdb36cfc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/ltprune.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5b45aef4ab0b6d0ed7f414facaf9e243cdb36cfc X-VCS-Branch: master Date: Sat, 8 Jun 2024 15:47:01 +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: afcfbd4b-96ff-48cd-af51-c076e4d95c5c X-Archives-Hash: 67ff9c41009b27d19264efa7cde62c54 commit: 5b45aef4ab0b6d0ed7f414facaf9e243cdb36cfc Author: Michał Górny gentoo org> AuthorDate: Sat Jun 8 15:46:39 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 8 15:46:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b45aef4 ltprune.eclass: Mark @DEAD Signed-off-by: Michał Górny gentoo.org> eclass/ltprune.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/ltprune.eclass b/eclass/ltprune.eclass index 5a36647d1d1c..51f5aaabfea7 100644 --- a/eclass/ltprune.eclass +++ b/eclass/ltprune.eclass @@ -1,6 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# @DEAD # @ECLASS: ltprune.eclass # @MAINTAINER: # Michał Górny