diff options
Diffstat (limited to 'eclass/alternatives.eclass')
-rw-r--r-- | eclass/alternatives.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/alternatives.eclass b/eclass/alternatives.eclass index fd99bd85acdb..6ee984458fd6 100644 --- a/eclass/alternatives.eclass +++ b/eclass/alternatives.eclass @@ -1,7 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 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) # @BLURB: Creates symlink to the latest version of multiple slotted packages. |