sys-apps/portage: Fix setuptools warning for bug #795900

QA Notice: setuptools warnings detected:

	Usage of dash-separated 'portage-ext-modules' will not be supported in future versions. Please use the underscore name 'portage_ext_modules' instead

Closes: https://bugs.gentoo.org/795900
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2021-09-15 15:59:09 -07:00
parent e2d2448a60
commit e479f48eb9

View File

@@ -118,7 +118,7 @@ python_prepare_all() {
fi
if use native-extensions; then
printf "[build_ext]\nportage-ext-modules=true\n" >> \
printf "[build_ext]\nportage_ext_modules=true\n" >> \
setup.cfg || die
fi