commit: d53d46c1ef0937d3fb4ed870bdea0b3ff61ba67f Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Jun 26 12:52:28 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Mon Jun 26 12:52:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d53d46c1
dev-python/sphinx-argparse-cli: fix typo Closes: https://bugs.gentoo.org/909178 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild index 39823c384..2e1af0d44 100644 --- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild +++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild @@ -23,6 +23,6 @@ BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]" distutils_enable_tests pytest src_configure() { - distutils-r1_src-configure + distutils-r1_src_configure export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} }
