summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-15 19:21:24 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-15 19:21:24 +0200
commit971836b71b0062499cc4ac065fbf82af086832cc (patch)
tree287d0d4eaed7b6f363639badb1bb9693bb4cd7e0 /eclass
parentada.eclass: Add @SUPPORTED_EAPIS (diff)
downloadgentoo-971836b71b0062499cc4ac065fbf82af086832cc.tar.gz
gentoo-971836b71b0062499cc4ac065fbf82af086832cc.tar.bz2
gentoo-971836b71b0062499cc4ac065fbf82af086832cc.zip
bazel.eclass: Add @SUPPORTED_EAPIS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/bazel.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass
index ce80ea185e9c..4eacb75776e4 100644
--- a/eclass/bazel.eclass
+++ b/eclass/bazel.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Jason Zaman
+# Copyright 1999-2019 Jason Zaman
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: bazel.eclass
@@ -6,6 +6,7 @@
# Jason Zaman <perfinion@gentoo.org>
# @AUTHOR:
# Jason Zaman <perfinion@gentoo.org>
+# @SUPPORTED_EAPIS: 7
# @BLURB: Utility functions for packages using Bazel Build
# @DESCRIPTION:
# A utility eclass providing functions to run the Bazel Build system.