diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-06 11:52:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-06 12:32:21 +0100 |
commit | 38092efc6cdf12267c794a4f9b8a4a656d27af6c (patch) | |
tree | 8414719b3bd2063e05472eb471a21bd637a0358b /eclass/user.eclass | |
parent | sys-apps/pkgcore: Backport metadata.xsd update (diff) | |
download | gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.gz gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.bz2 gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.zip |
eclass/*: Add @DEPRECATED tags, based on pkgcheck list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/user.eclass')
-rw-r--r-- | eclass/user.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/user.eclass b/eclass/user.eclass index abbbb661b4bc..f8993b827741 100644 --- a/eclass/user.eclass +++ b/eclass/user.eclass @@ -6,6 +6,7 @@ # base-system@gentoo.org (Linux) # Michał Górny <mgorny@gentoo.org> (NetBSD) # @BLURB: user management in ebuilds +# @DEPRECATED: acct-user/acct-group packages # @DESCRIPTION: # The user eclass contains a suite of functions that allow ebuilds # to quickly make sure users in the installed system are sane. |