From a44dcacb29286b617df0e8b64c58bd17f1217b79 Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Sat, 5 Feb 2022 17:24:47 -0800 Subject: [PATCH] bazel.eclass: Add SUPPORTED_EAPIS 8 doc Signed-off-by: Jason Zaman --- eclass/bazel.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass index 8ae405c6941c1..641da6194ca7f 100644 --- a/eclass/bazel.eclass +++ b/eclass/bazel.eclass @@ -6,7 +6,7 @@ # Jason Zaman # @AUTHOR: # Jason Zaman -# @SUPPORTED_EAPIS: 7 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: Utility functions for packages using Bazel Build # @DESCRIPTION: # A utility eclass providing functions to run the Bazel Build system.