commit:     59d1016cdf4b5a51d4f815a24eac672b8c5016fb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 16:02:51 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 16:03:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d1016c

eutils.eclass: Add a global deprecation warning.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eclass/eutils.eclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index ba6bf817867..20ebe31c10a 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -14,6 +14,10 @@
 #
 # Due to the nature of this eclass, some functions may have maintainers
 # different from the overall eclass!
+#
+# This eclass is DEPRECATED and must not be inherited by any new ebuilds
+# or eclasses.  Use the more specific split eclasses instead, or native
+# package manager functions when available.
 
 if [[ -z ${_EUTILS_ECLASS} ]]; then
 _EUTILS_ECLASS=1

Reply via email to