From 8ff645d14bdf5a1476a6801e64005d6f79a3f9c8 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 16 Dec 2020 17:49:15 -0500 Subject: eclass/cdrom: fixup documentation Signed-off-by: Aaron Bauman --- eclass/cdrom.eclass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass index 77b9d6ceb209..4481eaa1dd9b 100644 --- a/eclass/cdrom.eclass +++ b/eclass/cdrom.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: cdrom.eclass @@ -14,6 +14,11 @@ # eclass will require RESTRICT="bindist" but the point still stands. # The functions are generally called in src_unpack. +# @VARIABLE: _CDROM_ECLASS +# @INTERNAL +# @DESCRIPTION: +# If null set to 1 + if [[ -z ${_CDROM_ECLASS} ]]; then _CDROM_ECLASS=1 -- cgit v1.2.3-65-gdbad