summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-11 20:58:39 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-11 20:58:39 +0300
commit2f75f6540e59382c371f4ac0c0d4ac5b3285f59f (patch)
treea8fe4ee2e6bf0087f8689c86ede1de68a3d8a4bf /eclass
parentgames-engines/odamex: Drop old versions 0.9.3 and 0.9.4 (diff)
downloadgentoo-2f75f6540e59382c371f4ac0c0d4ac5b3285f59f.tar.gz
gentoo-2f75f6540e59382c371f4ac0c0d4ac5b3285f59f.tar.bz2
gentoo-2f75f6540e59382c371f4ac0c0d4ac5b3285f59f.zip
mercurial.eclass: fix typo EGIT_CHECKOUT_DIR -> EHG_CHECKOUT_DIR
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mercurial.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index 5d0ebf0d9e4f..e984da08e330 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
@@ -61,7 +61,7 @@ BDEPEND="dev-vcs/mercurial"
# between several ebuilds.
[[ -z "${EHG_PROJECT}" ]] && EHG_PROJECT="${PN}"
-# @ECLASS-VARIABLE: EGIT_CHECKOUT_DIR
+# @ECLASS-VARIABLE: EHG_CHECKOUT_DIR
# @DESCRIPTION:
# The directory to check the hg sources out to.
#