Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:33
Message-Id: 1617168001.f53e05dc7490f6780060c566476465f90f109a4a.sam@gentoo
1 commit: f53e05dc7490f6780060c566476465f90f109a4a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 05:04:25 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:20:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53e05dc
7
8 ghc-package.eclass: mark ghc-getghcpkg as @INTERNAL
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/ghc-package.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass
16 index 72d668ca0e2..7e8a5aa0cba 100644
17 --- a/eclass/ghc-package.eclass
18 +++ b/eclass/ghc-package.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: ghc-package.eclass
25 @@ -37,6 +37,7 @@ ghc-getghc() {
26 }
27
28 # @FUNCTION: ghc-getghcpkg
29 +# @INTERNAL
30 # @DESCRIPTION:
31 # Internal function determines returns the name of the ghc-pkg executable
32 ghc-getghcpkg() {