commit: 3143c4dbfa581107f4cfafc5bca1d5de4465370f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 12:03:00 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 12:51:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3143c4db
vdr-plugin-2.eclass: Fix @SUPPORTED_EAPIS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/vdr-plugin-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index ec754ceb710..5a0792efe93 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 <[email protected]> # Christian Ruppert <[email protected]> # (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
