summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-06 13:25:15 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-06 13:28:34 +0100
commitffb256572995c9894ed5b1239ce5fbe59bed1a72 (patch)
treef2395def04e2efbdebfd0ca5cb54c9bfd0cb361d /eclass
parentnet-proxy/haproxy: Version bump (diff)
downloadgentoo-ffb256572995c9894ed5b1239ce5fbe59bed1a72.tar.gz
gentoo-ffb256572995c9894ed5b1239ce5fbe59bed1a72.tar.bz2
gentoo-ffb256572995c9894ed5b1239ce5fbe59bed1a72.zip
versionator.eclass: Fix eclassdoc tag order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/versionator.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass
index 24f9fb2c20bc..8a1066a0fd30 100644
--- a/eclass/versionator.eclass
+++ b/eclass/versionator.eclass
@@ -7,11 +7,11 @@
# base-system@gentoo.org
# @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 '_' )