diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-11-24 06:49:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-11-24 06:49:41 +0000 |
commit | 720df0648e0636cee9cd4f200cdcbf948722eb30 (patch) | |
tree | 0d611587ffc32164d49a2047f41db2b3721b6a53 /eclass | |
parent | Stable for PPC (bug #346189). (diff) | |
download | gentoo-2-720df0648e0636cee9cd4f200cdcbf948722eb30.tar.gz gentoo-2-720df0648e0636cee9cd4f200cdcbf948722eb30.tar.bz2 gentoo-2-720df0648e0636cee9cd4f200cdcbf948722eb30.zip |
Add @DEFAULT_UNSET tags to variables to suppress warnings in eclass-manpages.
Diffstat (limited to '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 38a1c27465ce..2ebee228e242 100644 --- a/eclass/alternatives.eclass +++ b/eclass/alternatives.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/alternatives.eclass,v 1.15 2008/09/10 08:10:31 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/alternatives.eclass,v 1.16 2010/11/24 06:49:41 ulm Exp $ # @ECLASS: alternatives.eclass # @MAINTAINER: @@ -41,10 +41,12 @@ # consider using this unless you are want to do something special. # @ECLASS-VARIABLE: SOURCE +# @DEFAULT_UNSET # @DESCRIPTION: # The symlink to be created # @ECLASS-VARIABLE: ALTERNATIVES +# @DEFAULT_UNSET # @DESCRIPTION: # The list of alternatives |