From 971836b71b0062499cc4ac065fbf82af086832cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 Sep 2019 19:21:24 +0200 Subject: [PATCH] bazel.eclass: Add @SUPPORTED_EAPIS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/bazel.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 # @AUTHOR: # Jason Zaman +# @SUPPORTED_EAPIS: 7 # @BLURB: Utility functions for packages using Bazel Build # @DESCRIPTION: # A utility eclass providing functions to run the Bazel Build system. -- 2.26.2