diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 04:36:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:02:34 +0100 |
commit | 2696cebd9b2f935244ee4b78dc56ae18b35b6282 (patch) | |
tree | b70b66dfeb119ffc5952245d9bdce3d3d4086c40 /eclass/alternatives.eclass | |
parent | kernel-2.eclass: fix grammar in elog (diff) | |
download | gentoo-2696cebd9b2f935244ee4b78dc56ae18b35b6282.tar.gz gentoo-2696cebd9b2f935244ee4b78dc56ae18b35b6282.tar.bz2 gentoo-2696cebd9b2f935244ee4b78dc56ae18b35b6282.zip |
alternatives.eclass: explicitly mark as maintainer-needed
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/alternatives.eclass')
-rw-r--r-- | eclass/alternatives.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/alternatives.eclass b/eclass/alternatives.eclass index 79f14d81b134..e83326314261 100644 --- a/eclass/alternatives.eclass +++ b/eclass/alternatives.eclass @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: alternatives.eclass +# @MAINTAINER: +# maintainer-needed@gentoo.org # @AUTHOR: -# Original author: Alastair Tse <liquidx@gentoo.org> (03 Oct 2003) +# Alastair Tse <liquidx@gentoo.org> (03 Oct 2003) # @BLURB: Creates symlink to the latest version of multiple slotted packages. # @DESCRIPTION: # When a package is SLOT'ed, very often we need to have a symlink to the |