bazel.eclass: Add @SUPPORTED_EAPIS
authorMichał Górny <mgorny@gentoo.org>
Sun, 15 Sep 2019 17:21:24 +0000 (19:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 15 Sep 2019 17:21:24 +0000 (19:21 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/bazel.eclass

index ce80ea185e9c81a2ef92a978043e2f64ce79c74f..4eacb75776e45b6955497d0894bf21ed9f2e4b5f 100644 (file)
@@ -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 <perfinion@gentoo.org>
 # @AUTHOR:
 # Jason Zaman <perfinion@gentoo.org>
+# @SUPPORTED_EAPIS: 7
 # @BLURB: Utility functions for packages using Bazel Build
 # @DESCRIPTION:
 # A utility eclass providing functions to run the Bazel Build system.