diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:39:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:39:01 +0100 |
commit | c66e5ed27f928e9283f7b8e43ad384a3c518f9e7 (patch) | |
tree | 312afbc2f1df1692ec8c67f644168aef92fc235b /eclass/unpacker.eclass | |
parent | toolchain-funcs.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-c66e5ed27f928e9283f7b8e43ad384a3c518f9e7.tar.gz gentoo-c66e5ed27f928e9283f7b8e43ad384a3c518f9e7.tar.bz2 gentoo-c66e5ed27f928e9283f7b8e43ad384a3c518f9e7.zip |
unpacker.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/unpacker.eclass')
-rw-r--r-- | eclass/unpacker.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index b8a40cc682e0..c9dab4345c95 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -4,8 +4,8 @@ # @ECLASS: unpacker.eclass # @MAINTAINER: # base-system@gentoo.org -# @BLURB: helpers for extraneous file formats and consistent behavior across EAPIs # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: helpers for extraneous file formats and consistent behavior across EAPIs # @DESCRIPTION: # Some extraneous file formats are not part of PMS, or are only in certain # EAPIs. Rather than worrying about that, support the crazy cruft here |