commit: ffb256572995c9894ed5b1239ce5fbe59bed1a72 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 6 12:25:15 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 12:28:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb25657
versionator.eclass: Fix eclassdoc tag order Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/versionator.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass index 24f9fb2c20b..8a1066a0fd3 100644 --- a/eclass/versionator.eclass +++ b/eclass/versionator.eclass @@ -7,11 +7,11 @@ # [email protected] # @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: functions which simplify manipulation of ${PV} and similar version strings +# @DEPRECATED: ver_* functions from EAPI 7 # @DESCRIPTION: # This eclass provides functions which simplify manipulating $PV and similar # variables. Most functions default to working with $PV, although other # values can be used. -# @DEPRECATED: ver_* functions from EAPI 7 # @EXAMPLE: # Simple Example 1: $PV is 1.2.3b, we want 1_2.3b: # MY_PV=$(replace_version_separator 1 '_' )
