From: Michał Górny Date: Sun, 15 Sep 2019 17:21:24 +0000 (+0200) Subject: bazel.eclass: Add @SUPPORTED_EAPIS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=971836b71b0062499cc4ac065fbf82af086832cc;p=gentoo.git bazel.eclass: Add @SUPPORTED_EAPIS Signed-off-by: Michał Górny --- 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.