aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass-writing/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 8c83dc2..9f5fbdf 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -801,7 +801,7 @@ functions.
# @DESCRIPTION:
# Demonstrates EXPORT_FUNCTIONS and defines simple wrappers for the
# (hypothetical) jmake build system along with default src_configure and
-# src_compile phase functions
+# src_compile phase functions.
case ${EAPI} in
7|8) ;;
@@ -825,8 +825,8 @@ jmake-configure() {
# @FUNCTION: jmake_src_configure
# @USAGE: [additional-args]
# @DESCRIPTION:
-# Calls jmake-configure() to configure a jmake project. Passes all arguments
-# through to the appropriate "jmake configure" command.
+# Calls jmake-configure() to configure a jmake project. Passes all
+# arguments through to the appropriate "jmake configure" command.
jmake_src_configure() {
jmake-configure "$@" || die "configure failed"
}