diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-06 21:45:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-06 23:24:35 +0100 |
commit | 3f2ce4891bfdb363bbc28c615643c844e10dd0f4 (patch) | |
tree | b91e9c40974443a594be8a1c8f72f2d43ec5b5da | |
parent | installed-files: Fix -remove → -delete (diff) | |
download | policy-guide-3f2ce4891bfdb363bbc28c615643c844e10dd0f4.tar.gz policy-guide-3f2ce4891bfdb363bbc28c615643c844e10dd0f4.tar.bz2 policy-guide-3f2ce4891bfdb363bbc28c615643c844e10dd0f4.zip |
deprecation: Eclass deprecation is now indicated in eclassdoc
Closes: https://github.com/gentoo/policy-guide/pull/19
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | deprecation.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deprecation.rst b/deprecation.rst index c0badd0..83284f5 100644 --- a/deprecation.rst +++ b/deprecation.rst @@ -32,6 +32,5 @@ Deprecated eclasses should not be used in new ebuilds. Existing packages should be updated not to use these eclasses on version bumps, or proactively when no version bumps are expected. -The current list of deprecated eclasses is stored along with suggested -replacements as ``deprecated-eclass`` section -of ``metadata/qa-policy.conf``. +Deprecations are indicated using the ``@DEPRECATED`` eclassdoc tag +inside the eclass files. |