diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 06:04:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:20:01 +0100 |
commit | f53e05dc7490f6780060c566476465f90f109a4a (patch) | |
tree | e8a49ead9c295762ab6ef71c8537e8c0c853766a | |
parent | portability.eclass: drop blank invalid @RETURN (diff) | |
download | gentoo-f53e05dc7490f6780060c566476465f90f109a4a.tar.gz gentoo-f53e05dc7490f6780060c566476465f90f109a4a.tar.bz2 gentoo-f53e05dc7490f6780060c566476465f90f109a4a.zip |
ghc-package.eclass: mark ghc-getghcpkg as @INTERNAL
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | eclass/ghc-package.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 72d668ca0e2e..7e8a5aa0cba8 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ghc-package.eclass @@ -37,6 +37,7 @@ ghc-getghc() { } # @FUNCTION: ghc-getghcpkg +# @INTERNAL # @DESCRIPTION: # Internal function determines returns the name of the ghc-pkg executable ghc-getghcpkg() { |