commit: 633fae422627a49107ca3449b63e78b018faf58a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 1 15:45:22 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 1 15:45:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633fae42
dev-python/numpy: update sed comment Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/numpy/numpy-1.25.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numpy/numpy-1.25.2.ebuild b/dev-python/numpy/numpy-1.25.2.ebuild index 423366aad0e7..029f13fa0c14 100644 --- a/dev-python/numpy/numpy-1.25.2.ebuild +++ b/dev-python/numpy/numpy-1.25.2.ebuild @@ -61,7 +61,7 @@ python_prepare_all() { distutils-r1_python_prepare_all - # TODO: Please drop once 1.25.0_rc1-meson-pyproject.toml.patch is gone + # TODO: Please drop once 1.25.2-meson-pyproject.toml.patch is gone sed -i -e "s:version = \"2.0.0.dev0\":version = \"${PV}\":" pyproject.toml || die }