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 2AEF715808B for ; Mon, 11 Apr 2022 18:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43213E0900; Mon, 11 Apr 2022 18:39:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CEE19E0900 for ; Mon, 11 Apr 2022 18:39:57 +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 6EA80341A16 for ; Mon, 11 Apr 2022 18:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F61105 for ; Mon, 11 Apr 2022 18:39:55 +0000 (UTC) From: "Shaoyu Tseng" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Shaoyu Tseng" Message-ID: <1649702390.104087516f58a957ab485e0390f77fd3682d3f53.shaoyu0209@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/orjson-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/orjson-bin/orjson-bin-3.6.7.ebuild X-VCS-Directories: dev-python/orjson-bin/ X-VCS-Committer: shaoyu0209 X-VCS-Committer-Name: Shaoyu Tseng X-VCS-Revision: 104087516f58a957ab485e0390f77fd3682d3f53 X-VCS-Branch: dev Date: Mon, 11 Apr 2022 18:39:55 +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: a64875e9-4c65-4721-b9c9-faa685935aaa X-Archives-Hash: 65a44ce6208f47e3c34a3e23731c51d5 commit: 104087516f58a957ab485e0390f77fd3682d3f53 Author: Shaoyu Tseng <1over137 anche no> AuthorDate: Mon Apr 11 18:38:25 2022 +0000 Commit: Shaoyu Tseng tuta io> CommitDate: Mon Apr 11 18:39:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10408751 dev-python/orjson-bin: fix EPREFIX duplication Signed-off-by: Shaoyu Tseng <1over137 anche.no> dev-python/orjson-bin/orjson-bin-3.6.7.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/orjson-bin/orjson-bin-3.6.7.ebuild b/dev-python/orjson-bin/orjson-bin-3.6.7.ebuild index 5f82cd792..0f0422ad0 100644 --- a/dev-python/orjson-bin/orjson-bin-3.6.7.ebuild +++ b/dev-python/orjson-bin/orjson-bin-3.6.7.ebuild @@ -47,7 +47,9 @@ src_install() { ARCH="aarch64" fi do_install() { - insinto "$(python_get_sitedir)" + local my_installdir="$(python_get_sitedir)" + my_installdir="${my_installdir##${EPREFIX}/}" + insinto "${my_installdir}" # Even though the soname is compatible, the python version has to be # corrected in order for it to work newins orjson/${PN//-bin}.cpython-310-${ARCH}-linux-gnu.so ${PN//-bin}.cpython-3${EPYTHON##python3.}-${ARCH}-linux-gnu.so