commit: ed855dd521ad6751ba00be1d0e3bcf0243891407 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 12 09:15:07 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 07:33:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed855dd5
git-2.eclass: add @SUPPORTED_EAPIS Closes: https://github.com/gentoo/gentoo/pull/9545 eclass/git-2.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 6a21834ac00..5371a612dcc 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -4,6 +4,7 @@ # @ECLASS: git-2.eclass # @MAINTAINER: # [email protected] +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Eclass for easing maintenance of live ebuilds using git as remote repository.
