diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:37:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:29 +0200 |
commit | f41df029186554c9fcc7148071cbe27fc80e22b6 (patch) | |
tree | d723feb91e9f8739aa55c9c19871edcbebdd2645 /eclass/git-r3.eclass | |
parent | games.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-f41df029186554c9fcc7148071cbe27fc80e22b6.tar.gz gentoo-f41df029186554c9fcc7148071cbe27fc80e22b6.tar.bz2 gentoo-f41df029186554c9fcc7148071cbe27fc80e22b6.zip |
git-r3.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r-- | eclass/git-r3.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 7fe9bcb40fa4..48fac96ee358 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -4,6 +4,7 @@ # @ECLASS: git-r3.eclass # @MAINTAINER: # Michał Górny <mgorny@gentoo.org> +# @SUPPORTED_EAPIS: 4 5 6 7 # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Third generation eclass for easing maintenance of live ebuilds using |