diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:24 +0200 |
commit | 40b7fb8350b7db70523b39bcada3248ab1e3a417 (patch) | |
tree | 2bc02bccf173de79c6383d2bf42b5d42098087c5 /eclass/versionator.eclass | |
parent | vdr-plugin-2.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-40b7fb8350b7db70523b39bcada3248ab1e3a417.tar.gz gentoo-40b7fb8350b7db70523b39bcada3248ab1e3a417.tar.bz2 gentoo-40b7fb8350b7db70523b39bcada3248ab1e3a417.zip |
versionator.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/versionator.eclass')
-rw-r--r-- | eclass/versionator.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass index bf3f6a2a77b6..0f5d5770350b 100644 --- a/eclass/versionator.eclass +++ b/eclass/versionator.eclass @@ -5,6 +5,7 @@ # @MAINTAINER: # Jonathan Callen <jcallen@gentoo.org> # base-system@gentoo.org +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: functions which simplify manipulation of ${PV} and similar version strings # @DESCRIPTION: # This eclass provides functions which simplify manipulating $PV and similar |