diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:00:47 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:13:26 -0500 |
commit | 823777430dec8499aa7cf313d7aa0587be06f224 (patch) | |
tree | c1f0e57cf27b38cb4ebd37ff7bfa85dcc5e5f9fd /eclass | |
parent | eclass/depend.apache: fixup documentation (diff) | |
download | gentoo-823777430dec8499aa7cf313d7aa0587be06f224.tar.gz gentoo-823777430dec8499aa7cf313d7aa0587be06f224.tar.bz2 gentoo-823777430dec8499aa7cf313d7aa0587be06f224.zip |
eclass/desktop: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/desktop.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/desktop.eclass b/eclass/desktop.eclass index 7d5c0f0f9a26..20b4d1797305 100644 --- a/eclass/desktop.eclass +++ b/eclass/desktop.eclass @@ -6,6 +6,11 @@ # base-system@gentoo.org # @BLURB: support for desktop files, menus, and icons +# @VARIABLE: _DESKTOP_ECLASS +# @INTERNAL +# @DESCRIPTION: +# If null set to 1 + if [[ -z ${_DESKTOP_ECLASS} ]]; then _DESKTOP_ECLASS=1 |