Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 02 Sep 2021 15:29:35
Message-Id: 1630596539.795918b3753d2bb603badb13d0eafba1288f5d48.dilfridge@gentoo
1 commit: 795918b3753d2bb603badb13d0eafba1288f5d48
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 15:28:59 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 15:28:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795918b3
7
8 toolchain-glibc.eclass: mark @DEAD
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 eclass/toolchain-glibc.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
16 index e41cc711439..a0a407882d6 100644
17 --- a/eclass/toolchain-glibc.eclass
18 +++ b/eclass/toolchain-glibc.eclass
19 @@ -1,6 +1,8 @@
20 # Copyright 1999-2019 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 +# @DEAD
24 +
25 # @ECLASS: toolchain-glibc.eclass
26 # @MAINTAINER:
27 # <toolchain@g.o>