summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-06 23:26:34 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-06 23:26:34 +0100
commit89370bb766bb069540d4b0851200ef29d93a7555 (patch)
tree7100c3c513a7e80d51187fac360a0f0424b87c76 /_sources
parentUpdate (diff)
downloadpolicy-guide-89370bb766bb069540d4b0851200ef29d93a7555.tar.gz
policy-guide-89370bb766bb069540d4b0851200ef29d93a7555.tar.bz2
policy-guide-89370bb766bb069540d4b0851200ef29d93a7555.zip
Rebuild the site
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to '_sources')
-rw-r--r--_sources/deprecation.rst.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/_sources/deprecation.rst.txt b/_sources/deprecation.rst.txt
index c0badd0..83284f5 100644
--- a/_sources/deprecation.rst.txt
+++ b/_sources/deprecation.rst.txt
@@ -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.