diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-01-08 15:11:17 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-09 22:03:28 +0200 |
commit | a1f28063e0ba2192a120d15fd82a2d59ae10c892 (patch) | |
tree | 93dc39928db7b45750f524975bf1918f831efcc5 /eclass/eutils.eclass | |
parent | app-office/skrooge: add 2.32.0 (diff) | |
download | gentoo-a1f28063e0ba2192a120d15fd82a2d59ae10c892.tar.gz gentoo-a1f28063e0ba2192a120d15fd82a2d59ae10c892.tar.bz2 gentoo-a1f28063e0ba2192a120d15fd82a2d59ae10c892.zip |
eutils.eclass: Mark as DEAD
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index b48c18f97904..bdcc7e110fd5 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: eutils.eclass @@ -7,6 +7,7 @@ # @SUPPORTED_EAPIS: 6 # @BLURB: many extra (but common) functions that are used in ebuilds # @DEPRECATED: native package manager functions, more specific eclasses +# @DEAD if [[ -z ${_EUTILS_ECLASS} ]]; then _EUTILS_ECLASS=1 |