Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 07 Feb 2022 01:58:16
Message-Id: 1644199001.a44dcacb29286b617df0e8b64c58bd17f1217b79.perfinion@gentoo
1 commit: a44dcacb29286b617df0e8b64c58bd17f1217b79
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 01:24:47 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 01:56:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44dcacb
7
8 bazel.eclass: Add SUPPORTED_EAPIS 8 doc
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11
12 eclass/bazel.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass
16 index 8ae405c6941c..641da6194ca7 100644
17 --- a/eclass/bazel.eclass
18 +++ b/eclass/bazel.eclass
19 @@ -6,7 +6,7 @@
20 # Jason Zaman <perfinion@g.o>
21 # @AUTHOR:
22 # Jason Zaman <perfinion@g.o>
23 -# @SUPPORTED_EAPIS: 7
24 +# @SUPPORTED_EAPIS: 7 8
25 # @BLURB: Utility functions for packages using Bazel Build
26 # @DESCRIPTION:
27 # A utility eclass providing functions to run the Bazel Build system.