diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2021-12-20 22:52:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-21 02:21:47 +0000 |
commit | 7ca01e722d18ca04f728fbd4b3207bf2c3b2e182 (patch) | |
tree | 63f8dd6f0f4270127a389bb3b9bb37559f892a84 /eclass | |
parent | net-im/discord-bin: stabilize 0.0.16-r4 for amd64 (diff) | |
download | gentoo-7ca01e722d18ca04f728fbd4b3207bf2c3b2e182.tar.gz gentoo-7ca01e722d18ca04f728fbd4b3207bf2c3b2e182.tar.bz2 gentoo-7ca01e722d18ca04f728fbd4b3207bf2c3b2e182.zip |
vdr-plugin-2.eclass: fix content of @SUPPORTED_EAPIS
The eclass variable @SUPPORTED_EAPIS does not contain EAPI 8, while the
eclass itself supports EAPI 8. This leads to wrong warnings by pkgcheck.
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/23440
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index 8964ecbaf741..c2f31003fd87 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -9,7 +9,7 @@ # Joerg Bornkessel <hd_brummy@gentoo.org> # Christian Ruppert <idl0r@gentoo.org> # (undisclosed contributors) -# @SUPPORTED_EAPIS: 5 6 7 +# @SUPPORTED_EAPIS: 5 6 7 8 # @BLURB: common vdr plugin ebuild functions # @DESCRIPTION: # Eclass for easing maintenance of vdr plugin ebuilds |