From 115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Mar 2023 09:49:11 +0100 Subject: gentoo auto-resync : 28:03:2023 - 09:49:10 --- eclass/pypi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/pypi.eclass') 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: -- cgit v1.2.3