summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-20 23:14:52 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-20 23:14:52 +0200
commitfbabb3c7d5f34faa31cbc0d0c1523010ef5f66e9 (patch)
tree105a40de9aef714a32a1b2e054637abf1f23412f /eclass/optfeature.eclass
parentopenib.eclass: [QA] add EAPI guard (diff)
downloadgentoo-fbabb3c7d5f34faa31cbc0d0c1523010ef5f66e9.tar.gz
gentoo-fbabb3c7d5f34faa31cbc0d0c1523010ef5f66e9.tar.bz2
gentoo-fbabb3c7d5f34faa31cbc0d0c1523010ef5f66e9.zip
optfeature.eclass: [QA] add @SUPPORTED_EAPIS tag
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/optfeature.eclass')
-rw-r--r--eclass/optfeature.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass
index e6ab6b7f52db..ef69335d6a0b 100644
--- a/eclass/optfeature.eclass
+++ b/eclass/optfeature.eclass
@@ -5,6 +5,7 @@
# @MAINTAINER:
# base-system@gentoo.org
# @BLURB: Advertise optional functionality that might be useful to users
+# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
case ${EAPI:-0} in
[0-7]) ;;