From f88776f77a55964353a8a3b5377ce80c7a3fa9c8 Mon Sep 17 00:00:00 2001 From: "William L. Thomson Jr" Date: Fri, 4 Nov 2016 13:07:59 -0400 Subject: [PATCH] eclass/perl-module.eclass: Added documentation for DIST_SECTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/gentoo/gentoo/pull/2741 Signed-off-by: Andreas K. Hüttel --- eclass/perl-module.eclass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 0e90e24408661..89791fe7967a6 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -131,6 +131,11 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}" # (EAPI=6) This variable sets the module author name for the calculation of # SRC_URI. Named MODULE_AUTHOR in EAPI=5. +# @ECLASS-VARIABLE: DIST_SECTION +# @DESCRIPTION: +# (EAPI=6) This variable sets the module section for the calculation of +# SRC_URI. Named MODULE_SECTION in EAPI=5. + # @ECLASS-VARIABLE: DIST_EXAMPLES # @DESCRIPTION: # (EAPI=6) This Bash array allows passing a list of example files to be installed