From ef91d390ba97497da8d0e06f2be4b401f5f956ef Mon Sep 17 00:00:00 2001 From: Xiami Date: Sun, 29 Apr 2018 06:08:24 +0800 Subject: [PATCH] golang-base.eclass: correct eclass name in header Closes: https://github.com/gentoo/gentoo/pull/8191 --- 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 3bff79c126a09..4d7e30ca15f35 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 # @BLURB: Eclass that provides base functions for Go packages.