summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 06:05:25 +0100
committerSam James <sam@gentoo.org>2021-03-31 06:20:02 +0100
commit88037804285588beec438e8388f0eb220bc8bcab (patch)
tree21284dfda641b21c235d2f501ed475e10ee2ce41 /eclass
parentf53e05dc7490f6780060c566476465f90f109a4a (diff)
downloadgentoo-88037804285588beec438e8388f0eb220bc8bcab.tar.gz
gentoo-88037804285588beec438e8388f0eb220bc8bcab.tar.bz2
gentoo-88037804285588beec438e8388f0eb220bc8bcab.zip
darcs.eclass: mark darcs_patchcount, darcs_fetch as @INTERNAL
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/darcs.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass
index b617cb57c66b..1ed886fb4dce 100644
--- a/eclass/darcs.eclass
+++ b/eclass/darcs.eclass
@@ -101,6 +101,7 @@ case ${EAPI:-0} in
esac
# @FUNCTION: darcs_patchcount
+# @INTERNAL
# @DESCRIPTION:
# Internal function to determine amount of patches in repository.
darcs_patchcount() {
@@ -110,6 +111,7 @@ darcs_patchcount() {
}
# @FUNCTION: darcs_fetch
+# @INTERNAL
# @DESCRIPTION:
# Internal function is called from darcs_src_unpack
darcs_fetch() {