From 38092efc6cdf12267c794a4f9b8a4a656d27af6c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 6 Nov 2020 11:52:20 +0100 Subject: eclass/*: Add @DEPRECATED tags, based on pkgcheck list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/epatch.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/epatch.eclass') 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. -- cgit v1.2.3-65-gdbad