commit: 9f829c2c446fc00ca070be4182401ec949d07b1d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 01:12:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 02:02:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f829c2c
golang-base.eclass: s/eapi/EAPI/
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/golang-base.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
index e700d17a4d8..8e859d0fdf6 100644
--- a/eclass/golang-base.eclass
+++ b/eclass/golang-base.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: golang-base.eclass
@@ -15,7 +15,7 @@ case "${EAPI:-0}" in
5|6|7)
;;
*)
- die "${ECLASS}: Unsupported eapi (EAPI=${EAPI})"
+ die "${ECLASS}: Unsupported EAPI (EAPI=${EAPI})"
;;
esac