---
 eclass/python-r1.eclass | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 9f56c6f3877a..866f49071147 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -55,6 +55,7 @@ inherit multibuild python-utils-r1
 fi
 
 # @ECLASS-VARIABLE: PYTHON_COMPAT
+# @PRE-INHERIT
 # @REQUIRED
 # @DESCRIPTION:
 # This variable contains a list of Python implementations the package
@@ -91,6 +92,7 @@ fi
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_REQ_USE
+# @PRE-INHERIT
 # @DEFAULT_UNSET
 # @DESCRIPTION:
 # The list of USEflags required to be enabled on the chosen Python
@@ -111,6 +113,7 @@ fi
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_DEPS
+# @OUTPUT-VARIABLE
 # @DESCRIPTION:
 # This is an eclass-generated Python dependency string for all
 # implementations listed in PYTHON_COMPAT.
@@ -130,6 +133,7 @@ fi
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_USEDEP
+# @OUTPUT-VARIABLE
 # @DESCRIPTION:
 # This is an eclass-generated USE-dependency string which can be used to
 # depend on another Python package being built for the same Python
@@ -150,6 +154,7 @@ fi
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_REQUIRED_USE
+# @OUTPUT-VARIABLE
 # @DESCRIPTION:
 # This is an eclass-generated required-use expression which ensures at
 # least one Python implementation has been enabled.
-- 
2.13.0.rc1


Reply via email to