public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/orjson-bin/
Date: Tue, 12 Apr 2022 19:35:32 +0000 (UTC)	[thread overview]
Message-ID: <1649702390.104087516f58a957ab485e0390f77fd3682d3f53.tastytea@gentoo> (raw)

commit:     104087516f58a957ab485e0390f77fd3682d3f53
Author:     Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Mon Apr 11 18:38:25 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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 <AT> 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


             reply	other threads:[~2022-04-12 19:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-12 19:35 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-10  5:48 [gentoo-commits] repo/proj/guru:master commit in: dev-python/orjson-bin/ Viorel Munteanu
2022-12-01  3:59 Haelwenn Monnier
2022-04-08  2:43 Ronny Gutbrod
2021-10-20  8:18 Florian Schmaus
2021-08-03  8:49 Andrew Ammerlaan
2021-07-30  9:11 Andrew Ammerlaan
2021-07-30  8:50 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-30  9:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1649702390.104087516f58a957ab485e0390f77fd3682d3f53.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox