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, 29 Apr 2018 06:34:07
Message-Id: 1524983044.ef91d390ba97497da8d0e06f2be4b401f5f956ef.mgorny@gentoo
1 commit: ef91d390ba97497da8d0e06f2be4b401f5f956ef
2 Author: Xiami <i <AT> f2light <DOT> com>
3 AuthorDate: Sat Apr 28 22:08:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:24:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef91d390
7
8 golang-base.eclass: correct eclass name in header
9
10 Closes: https://github.com/gentoo/gentoo/pull/8191
11
12 eclass/golang-base.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
16 index 3bff79c126a..4d7e30ca15f 100644
17 --- a/eclass/golang-base.eclass
18 +++ b/eclass/golang-base.eclass
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -# @ECLASS: golang-build.eclass
25 +# @ECLASS: golang-base.eclass
26 # @MAINTAINER:
27 # William Hubbs <williamh@g.o>
28 # @BLURB: Eclass that provides base functions for Go packages.