diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mv_mozextension-r1.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mv_mozextension-r1.eclass b/eclass/mv_mozextension-r1.eclass index 05020849..ea5e28e7 100644 --- a/eclass/mv_mozextension-r1.eclass +++ b/eclass/mv_mozextension-r1.eclass @@ -100,16 +100,18 @@ moz_install${o} MOZ_DEPEND='app-arch/unzip' # @FUNCTION: moz_atom -# @DEFAULTUNSET # @USAGE: <browser> +# @DESCRIPTION: # Prints the atom/subexpression used in RDEPEND for the corresponding browser, # e.g. www-client/firefox-bin # browser is one of (firefox|palemoon|seamonkey)(-source|-bin) # If nothing is printed, the output of "moz_atom_default <browser>" is used. # moz_atom is meant to be defined by the ebuild if non-defaults are used. +# @DEFAULT_UNSET # @FUNCTION: moz_atom_default # @USAGE: <browser> +# @DESCRIPTION: # Prints the atom/subexpression used in RDEPEND for the corresponding browser, # when moz_atom is not defined or prints nothing. # brower is one of (firefox|palemoon|seamonkey)(-source|-bin) |