Skip to content

Commit

Permalink
eclass/epatch: fixup documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 16, 2020
1 parent 7804100 commit fce5dfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eclass/epatch.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# An eclass providing epatch and epatch_user functions to easily apply
# patches to ebuilds. Mostly superseded by eapply* in EAPI 6.

# @VARIABLE: _EPATCH_ECLASS
# @INTERNAL
# @DESCRIPTION:
# Please document me

if [[ -z ${_EPATCH_ECLASS} ]]; then

case ${EAPI:-0} in
Expand Down

0 comments on commit fce5dfa

Please sign in to comment.