diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-06 19:17:45 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-06 20:09:00 -0500 |
commit | 324b233437e240bebf05df9e3743d0dd1132ddb6 (patch) | |
tree | bae500a2e7150c4e5b88eb69627cac04164d84fa /eclass/alternatives.eclass | |
parent | dev-python/cffi: fix 1.14.4 build on Darwin (diff) | |
download | gentoo-324b233437e240bebf05df9e3743d0dd1132ddb6.tar.gz gentoo-324b233437e240bebf05df9e3743d0dd1132ddb6.tar.bz2 gentoo-324b233437e240bebf05df9e3743d0dd1132ddb6.zip |
eclass/alternatives: fix EclassDocError
* Add maintainer-needed as no Git history exists for this eclass
Signed-off-by: Aaron Bauman <bman@gentoo.org>
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. |