summaryrefslogtreecommitdiff
path: root/eclass/mate.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
commit115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce (patch)
treec31afe35699960753f76770d6b0b4ea48af9f686 /eclass/mate.eclass
parente292b671b113c2cc012beddad93a3df4f9410698 (diff)
gentoo auto-resync : 28:03:2023 - 09:49:10
Diffstat (limited to 'eclass/mate.eclass')
-rw-r--r--eclass/mate.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mate.eclass b/eclass/mate.eclass
index 388cdf2f827d..e8290c69e25a 100644
--- a/eclass/mate.eclass
+++ b/eclass/mate.eclass
@@ -12,7 +12,7 @@
# @BLURB: Provides phases for MATE based packages.
# @DESCRIPTION:
# Exports portage base functions used by ebuilds written for packages using the
-# MATE framework. Occassionally acts as a wrapper to gnome2 due to the
+# MATE framework. Occasionally acts as a wrapper to gnome2 due to the
# fact that MATE is a GNOME fork. For additional functions, see gnome2-utils.eclass.
case ${EAPI} in
@@ -48,7 +48,7 @@ DEPEND=">=mate-base/mate-common-${MATE_BRANCH}"
# python-r1 eclass
mate_py_cond_func_wrap() {
if [[ ! ${_PYTHON_R1_ECLASS} ]]; then
- die "This function requires the inheritence of the python-r1 eclass"
+ die "This function requires the inheritance of the python-r1 eclass"
fi
if use python; then
python_foreach_impl run_in_build_dir "$@"
@@ -63,7 +63,7 @@ mate_py_cond_func_wrap() {
# - true: will always run eautoreconf
# - false: will default to automatic detect
# - If it is not set, it will default to false
-: ${MATE_FORCE_AUTORECONF:="false"}
+: "${MATE_FORCE_AUTORECONF:="false"}"
# @FUNCTION: ematedocize
# @DESCRIPTION: