commit: def9fbac43af265d5d73dc58dd0ad013f734d50e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:39:05 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:39:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def9fbac
user.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/user.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/user.eclass b/eclass/user.eclass index 7c643252f6d..e1f87a383ad 100644 --- a/eclass/user.eclass +++ b/eclass/user.eclass @@ -5,8 +5,8 @@ # @MAINTAINER: # [email protected] (Linux) # Michał Górny <[email protected]> (NetBSD) -# @BLURB: user management in ebuilds # @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 +# @BLURB: user management in ebuilds # @DEPRECATED: acct-user/acct-group packages # @DESCRIPTION: # The user eclass contains a suite of functions that allow ebuilds
