summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-06 11:52:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-06 12:32:21 +0100
commit38092efc6cdf12267c794a4f9b8a4a656d27af6c (patch)
tree8414719b3bd2063e05472eb471a21bd637a0358b /eclass/autotools-utils.eclass
parentsys-apps/pkgcore: Backport metadata.xsd update (diff)
downloadgentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.gz
gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.bz2
gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.zip
eclass/*: Add @DEPRECATED tags, based on pkgcheck list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r--eclass/autotools-utils.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index 06c79fd652a6..3fcaa79f80ab 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: autotools-utils.eclass
@@ -7,6 +7,7 @@
# Michał Górny <mgorny@gentoo.org>
# @SUPPORTED_EAPIS: 4 5
# @BLURB: common ebuild functions for autotools-based packages
+# @DEPRECATED: out-of-source
# @DESCRIPTION:
# autotools-utils.eclass is autotools.eclass(5) and base.eclass(5) wrapper
# providing all inherited features along with econf arguments as Bash array,