summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 06:04:25 +0100
committerSam James <sam@gentoo.org>2021-03-31 06:20:01 +0100
commitf53e05dc7490f6780060c566476465f90f109a4a (patch)
treee8a49ead9c295762ab6ef71c8537e8c0c853766a
parentportability.eclass: drop blank invalid @RETURN (diff)
downloadgentoo-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.eclass3
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() {