diff options
author | 2024-02-14 08:29:11 -0800 | |
---|---|---|
committer | 2024-02-14 08:51:01 -0800 | |
commit | 7acdad97eaa4e07ce21b35e7d4b6d8f81ceb9899 (patch) | |
tree | 745269ebe2616a83c93c7f79f22f997250ba5664 | |
parent | sci-libs/tensorflow: drop 2.11.0, 2.12.0, 2.13.1, 2.14.1 (diff) | |
download | gentoo-7acdad97eaa4e07ce21b35e7d4b6d8f81ceb9899.tar.gz gentoo-7acdad97eaa4e07ce21b35e7d4b6d8f81ceb9899.tar.bz2 gentoo-7acdad97eaa4e07ce21b35e7d4b6d8f81ceb9899.zip |
dev-python/ml-dtypes: Fix $S after pkgmove
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r-- | dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild b/dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild index 2c22d3c56d02..e12495719202 100644 --- a/dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild +++ b/dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild @@ -21,6 +21,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" +S="${WORKDIR}/${PNGH}-${PV}" DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] diff --git a/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild b/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild index 2c22d3c56d02..e12495719202 100644 --- a/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild +++ b/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild @@ -21,6 +21,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" +S="${WORKDIR}/${PNGH}-${PV}" DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] |