Skip to content

Commit

Permalink
eclass/base: 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 92ab74c commit d05f5a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eclass/base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,22 @@
# @DESCRIPTION:
# The base eclass defines some default functions and variables.

# @VARIABLE: _BASE_ECLASS
# @INTERNAL
# @DESCRIPTION:
# If null set to 1

if [[ -z ${_BASE_ECLASS} ]]; then
_BASE_ECLASS=1

inherit eutils

# @VARIABLE: BASE_EXPF
# @DESCRIPTION:
# Please document me

BASE_EXPF="src_unpack src_compile src_install"

case "${EAPI:-0}" in
0|1) ;;
2|3|4|5) BASE_EXPF+=" src_prepare src_configure" ;;
Expand Down

0 comments on commit d05f5a8

Please sign in to comment.