mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user