diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-06 11:52:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-06 12:32:21 +0100 |
commit | 38092efc6cdf12267c794a4f9b8a4a656d27af6c (patch) | |
tree | 8414719b3bd2063e05472eb471a21bd637a0358b /eclass/epatch.eclass | |
parent | sys-apps/pkgcore: Backport metadata.xsd update (diff) | |
download | gentoo-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/epatch.eclass')
-rw-r--r-- | eclass/epatch.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass index da9364136777..fbb4f0b5bc0d 100644 --- a/eclass/epatch.eclass +++ b/eclass/epatch.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: epatch.eclass @@ -6,6 +6,7 @@ # base-system@gentoo.org # @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: easy patch application functions +# @DEPRECATED: eapply from EAPI 7 # @DESCRIPTION: # An eclass providing epatch and epatch_user functions to easily apply # patches to ebuilds. Mostly superseded by eapply* in EAPI 6. |