commit: 2c4c9704905fb84c5473b2ab0fd65cd5095350df
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 11:07:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 14:24:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4c9704
distutils-r1.eclass: Update link to deprecated PEP517 backend doc
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/distutils-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index a6be88ad858d..98b6adfc10fb 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1220,7 +1220,7 @@ _distutils-r1_get_backend() {
if [[ -n ${new_backend} ]]; then
if [[ ! -f ${T}/.distutils_deprecated_backend_warned
]]; then
eqawarn "${build_backend} backend is
deprecated. Please see:"
- eqawarn
"https://projects.gentoo.org/python/guide/distutils.html#deprecated-pep-517-backends"
+ eqawarn
"https://projects.gentoo.org/python/guide/qawarn.html#deprecated-pep-517-backends"
eqawarn "The eclass will be using
${new_backend} instead."
> "${T}"/.distutils_deprecated_backend_warned
|| die
fi