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 | 0d617a2e530a8655032be3418e04a114049c7b40 (patch) | |
tree | 25b02f0e8987726f29b62d2784b70990ea6dcabf /eclass/alternatives.eclass | |
parent | Stable for PPC (bug #346189). (diff) | |
download | historical-0d617a2e530a8655032be3418e04a114049c7b40.tar.gz historical-0d617a2e530a8655032be3418e04a114049c7b40.tar.bz2 historical-0d617a2e530a8655032be3418e04a114049c7b40.zip |
Add @DEFAULT_UNSET tags to variables to suppress warnings in eclass-manpages.
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 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 |