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: Fri, 24 Dec 2021 04:50:16
Message-Id: 1640321396.41bb2b5f162ea14bf330bb8eae2f0a15a0a2c647.sam@gentoo
1 commit: 41bb2b5f162ea14bf330bb8eae2f0a15a0a2c647
2 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
3 AuthorDate: Tue Dec 21 10:02:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 04:49:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bb2b5f
7
8 vdr-plugin-2.eclass: fix variable VDRPLUGIN
9
10 Variable VDRPLUGIN: remove declaration @INTERNAL, instead declare as
11 @OUTPUT_VARIABLE as it is used in many packages
12 This fixes errors thrown by pkgcheck
13
14 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
15 Closes: https://github.com/gentoo/gentoo/pull/23454
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 eclass/vdr-plugin-2.eclass | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass
22 index c2f31003fd87..68f960c28caa 100644
23 --- a/eclass/vdr-plugin-2.eclass
24 +++ b/eclass/vdr-plugin-2.eclass
25 @@ -15,10 +15,10 @@
26 # Eclass for easing maintenance of vdr plugin ebuilds
27
28 # @ECLASS-VARIABLE: VDRPLUGIN
29 -# @INTERNAL
30 +# @OUTPUT_VARIABLE
31 # @DESCRIPTION:
32 # The name of the vdr plugin, plain name without "vdr-" or "plugin" prefix or suffix.
33 -# This variable is derived from ${PN}
34 +# This variable is derived from ${PN} and is read-only for the ebuild.
35
36 # @ECLASS-VARIABLE: VDR_CONFD_FILE
37 # @DEFAULT_UNSET