Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 15 Sep 2019 17:26:32
Message-Id: 1568568084.971836b71b0062499cc4ac065fbf82af086832cc.mgorny@gentoo
1 commit: 971836b71b0062499cc4ac065fbf82af086832cc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:21:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:21:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971836b7
7
8 bazel.eclass: Add @SUPPORTED_EAPIS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/bazel.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass
16 index ce80ea185e9..4eacb75776e 100644
17 --- a/eclass/bazel.eclass
18 +++ b/eclass/bazel.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Jason Zaman
21 +# Copyright 1999-2019 Jason Zaman
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: bazel.eclass
25 @@ -6,6 +6,7 @@
26 # Jason Zaman <perfinion@g.o>
27 # @AUTHOR:
28 # Jason Zaman <perfinion@g.o>
29 +# @SUPPORTED_EAPIS: 7
30 # @BLURB: Utility functions for packages using Bazel Build
31 # @DESCRIPTION:
32 # A utility eclass providing functions to run the Bazel Build system.