From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1F2015808B for ; Wed, 14 Feb 2024 16:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01CD5E2A7F; Wed, 14 Feb 2024 16:53:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7C86E2A80 for ; Wed, 14 Feb 2024 16:53:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFACA343082 for ; Wed, 14 Feb 2024 16:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93DA214CF for ; Wed, 14 Feb 2024 16:53:42 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1707929461.7acdad97eaa4e07ce21b35e7d4b6d8f81ceb9899.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ml-dtypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild X-VCS-Directories: dev-python/ml-dtypes/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7acdad97eaa4e07ce21b35e7d4b6d8f81ceb9899 X-VCS-Branch: master Date: Wed, 14 Feb 2024 16:53:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77caf9a5-e793-4c17-b1d0-c307b6b8d8d6 X-Archives-Hash: 397a46830f0a1c5298e94b857be3eb93 commit: 7acdad97eaa4e07ce21b35e7d4b6d8f81ceb9899 Author: Jason Zaman gentoo org> AuthorDate: Wed Feb 14 16:29:11 2024 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Feb 14 16:51:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acdad97 dev-python/ml-dtypes: Fix $S after pkgmove Signed-off-by: Jason Zaman gentoo.org> dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild | 1 + dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild | 1 + 2 files changed, 2 insertions(+) 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}]