diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 14:03:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 14:51:30 +0200 |
commit | 3143c4dbfa581107f4cfafc5bca1d5de4465370f (patch) | |
tree | df905466566976e97ec8deb62c98077f14fcab73 /eclass | |
parent | subversion.eclass: Fix @SUPPORTED_EAPIS (diff) | |
download | gentoo-3143c4dbfa581107f4cfafc5bca1d5de4465370f.tar.gz gentoo-3143c4dbfa581107f4cfafc5bca1d5de4465370f.tar.bz2 gentoo-3143c4dbfa581107f4cfafc5bca1d5de4465370f.zip |
vdr-plugin-2.eclass: Fix @SUPPORTED_EAPIS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index ec754ceb710b..5a0792efe933 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: vdr-plugin-2.eclass @@ -9,7 +9,7 @@ # Joerg Bornkessel <hd_brummy@gentoo.org> # Christian Ruppert <idl0r@gentoo.org> # (undisclosed contributors) -# @SUPPORTED_EAPIS: 4 5 6 +# @SUPPORTED_EAPIS: 4 5 6 7 # @BLURB: common vdr plugin ebuild functions # @DESCRIPTION: # Eclass for easing maintenance of vdr plugin ebuilds |