commit: 21d5a7abedebab5719a9942a618c7b132b514f40
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 20:56:58 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 19:58:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d5a7ab
distutils-r1.eclass: Update namespace package doc URL
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 2e4a11bb8826..cf6998e2680e 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1637,7 +1637,7 @@ _distutils-r1_check_namespace_pth() {
ewarn "read our documentation on reliable handling of
namespaces and update"
ewarn "the ebuild accordingly:"
ewarn
- ewarn "
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages"
+ ewarn "
https://projects.gentoo.org/python/guide/concept.html#namespace-packages"
fi
}