commit: c002df726219d051981cc2ecbb445366e61f4d6f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 14:53:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 16:10:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c002df72
dev-python/uv: Reuse ECARGO_VENDOR variable
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uv/uv-0.2.23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uv/uv-0.2.23.ebuild b/dev-python/uv/uv-0.2.23.ebuild
index 02d0a4fb4a54..505f71788dee 100644
--- a/dev-python/uv/uv-0.2.23.ebuild
+++ b/dev-python/uv/uv-0.2.23.ebuild
@@ -85,7 +85,7 @@ src_prepare() {
# https://github.com/vorot93/tokio-tar/pull/23
# (fortunately uv already depends on portable-atomic, so we don't
# have to fight Cargo.lock)
- cd "${WORKDIR}/cargo_home/gentoo/tokio-tar-0.3.1" || die
+ cd "${ECARGO_VENDOR}/tokio-tar-0.3.1" || die
eapply "${FILESDIR}/tokio-tar-0.3.1-ppc.patch"
}