Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 21 Jun 2021 05:39:24
Message-Id: 1624253941.c66e5ed27f928e9283f7b8e43ad384a3c518f9e7.sam@gentoo
1 commit: c66e5ed27f928e9283f7b8e43ad384a3c518f9e7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:39:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:39:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66e5ed2
7
8 unpacker.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/unpacker.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
16 index b8a40cc682e..c9dab4345c9 100644
17 --- a/eclass/unpacker.eclass
18 +++ b/eclass/unpacker.eclass
19 @@ -4,8 +4,8 @@
20 # @ECLASS: unpacker.eclass
21 # @MAINTAINER:
22 # base-system@g.o
23 -# @BLURB: helpers for extraneous file formats and consistent behavior across EAPIs
24 # @SUPPORTED_EAPIS: 5 6 7
25 +# @BLURB: helpers for extraneous file formats and consistent behavior across EAPIs
26 # @DESCRIPTION:
27 # Some extraneous file formats are not part of PMS, or are only in certain
28 # EAPIs. Rather than worrying about that, support the crazy cruft here