Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:30
Message-Id: 1617167987.0baf057a0e77996a367314911255ba6837fac51d.sam@gentoo
1 commit: 0baf057a0e77996a367314911255ba6837fac51d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:26:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baf057a
7
8 perl-module.eclass: mark DIST_EXAMPLES as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/perl-module.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
16 index 7a839bc7288..00bffe3e4a1 100644
17 --- a/eclass/perl-module.eclass
18 +++ b/eclass/perl-module.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: perl-module.eclass
25 @@ -172,6 +172,7 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}"
26 # Named MODULE_SECTION in EAPI=5.
27
28 # @ECLASS-VARIABLE: DIST_EXAMPLES
29 +# @PRE_INHERIT
30 # @DEFAULT_UNSET
31 # @DESCRIPTION:
32 # (EAPI=6 and later) This Bash array allows passing a list of example files to be installed