summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-12 11:15:07 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-15 09:33:34 +0200
commited855dd521ad6751ba00be1d0e3bcf0243891407 (patch)
tree7094a64cfd7b0f0360ea10b2ef355e60805b6137 /eclass/git-2.eclass
parentgit-2.eclass: Extend the ban to all future EAPIs (diff)
downloadgentoo-ed855dd521ad6751ba00be1d0e3bcf0243891407.tar.gz
gentoo-ed855dd521ad6751ba00be1d0e3bcf0243891407.tar.bz2
gentoo-ed855dd521ad6751ba00be1d0e3bcf0243891407.zip
git-2.eclass: add @SUPPORTED_EAPIS
Closes: https://github.com/gentoo/gentoo/pull/9545
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r--eclass/git-2.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
index 6a21834ac003..5371a612dccf 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -4,6 +4,7 @@
# @ECLASS: git-2.eclass
# @MAINTAINER:
# maintainer-needed@gentoo.org
+# @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.