diff options
author | Xiami <i@f2light.com> | 2018-04-29 06:08:24 +0800 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 08:24:04 +0200 |
commit | ef91d390ba97497da8d0e06f2be4b401f5f956ef (patch) | |
tree | 98f4a3cbbf399e4dfc0cd88b9e8a14d9581c30c0 /eclass | |
parent | myspell-r2.eclass: correct eclass name in header (diff) | |
download | gentoo-ef91d390ba97497da8d0e06f2be4b401f5f956ef.tar.gz gentoo-ef91d390ba97497da8d0e06f2be4b401f5f956ef.tar.bz2 gentoo-ef91d390ba97497da8d0e06f2be4b401f5f956ef.zip |
golang-base.eclass: correct eclass name in header
Closes: https://github.com/gentoo/gentoo/pull/8191
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/golang-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index 3bff79c126a0..4d7e30ca15f3 100644 --- a/eclass/golang-base.eclass +++ b/eclass/golang-base.eclass @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# @ECLASS: golang-build.eclass +# @ECLASS: golang-base.eclass # @MAINTAINER: # William Hubbs <williamh@gentoo.org> # @BLURB: Eclass that provides base functions for Go packages. |