summaryrefslogtreecommitdiff
path: root/eclass/pypi.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/pypi.eclass')
-rw-r--r--eclass/pypi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass
index 53505de8e67e..13dd56fa4fec 100644
--- a/eclass/pypi.eclass
+++ b/eclass/pypi.eclass
@@ -53,7 +53,7 @@ _PYPI_ECLASS=1
# @ECLASS_VARIABLE: PYPI_PN
# @PRE_INHERIT
# @DESCRIPTION:
-# The PyPI project name. This should be overriden scarcely, generally
+# The PyPI project name. This should be overridden scarcely, generally
# when upstream project name does not conform to Gentoo naming rules,
# e.g. when it contains dots or uppercase letters.
#
@@ -61,7 +61,7 @@ _PYPI_ECLASS=1
# @CODE
# PYPI_PN=${PN/-/.}
# @CODE
-: ${PYPI_PN:=${PN}}
+: "${PYPI_PN:=${PN}}"
# @FUNCTION: pypi_normalize_name
# @USAGE: <name>