diff options
author | Sam James <sam@gentoo.org> | 2023-08-01 16:45:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-01 16:45:22 +0100 |
commit | 633fae422627a49107ca3449b63e78b018faf58a (patch) | |
tree | 2f2210dab15c0a1129c015e1d50f8836b1fcaca5 /dev-python/numpy | |
parent | sys-apps/file: backport 32-bit time_t fix, backport weak shell magic fix (diff) | |
download | gentoo-633fae422627a49107ca3449b63e78b018faf58a.tar.gz gentoo-633fae422627a49107ca3449b63e78b018faf58a.tar.bz2 gentoo-633fae422627a49107ca3449b63e78b018faf58a.zip |
dev-python/numpy: update sed comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r-- | dev-python/numpy/numpy-1.25.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |