public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/linode-cli/
Date: Thu,  2 May 2024 08:01:33 +0000 (UTC)	[thread overview]
Message-ID: <1714636757.b1f422172f9bc568e19f55ca62c54e79d234c062.ceamac@gentoo> (raw)

commit:     b1f422172f9bc568e19f55ca62c54e79d234c062
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 07:59:17 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May  2 07:59:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f42217

app-admin/linode-cli: fix building shell completions

Running linode-cli to build bash and fish completions was using the
already installed package.  Override PYTHONPATH.

Closes: https://bugs.gentoo.org/931088
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-admin/linode-cli/linode-cli-5.49.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/linode-cli/linode-cli-5.49.0.ebuild b/app-admin/linode-cli/linode-cli-5.49.0.ebuild
index 8c9cb5c9970e..0dde07261839 100644
--- a/app-admin/linode-cli/linode-cli-5.49.0.ebuild
+++ b/app-admin/linode-cli/linode-cli-5.49.0.ebuild
@@ -32,8 +32,8 @@ RDEPEND="
 python_install_all() {
 	distutils-r1_python_install_all
 
-	${EPYTHON} linodecli --skip-config completion bash > "${T}/${PN}".bash || die
-	${EPYTHON} linodecli --skip-config completion fish > "${T}/${PN}".fish || die
+	PYTHONPATH=. ${EPYTHON} linodecli --skip-config completion bash > "${T}/${PN}".bash || die
+	PYTHONPATH=. ${EPYTHON} linodecli --skip-config completion fish > "${T}/${PN}".fish || die
 
 	newbashcomp "${T}/${PN}".bash ${PN}
 	newfishcomp "${T}/${PN}".fish ${PN}


             reply	other threads:[~2024-05-02  8:01 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-02  8:01 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-02 15:12 [gentoo-commits] repo/gentoo:master commit in: app-admin/linode-cli/ Viorel Munteanu
2025-10-02 15:12 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-08-08 16:05 Viorel Munteanu
2025-08-07 20:54 Maciej Barć
2025-08-07 20:54 Maciej Barć
2025-06-05 10:19 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-05-24  7:28 Viorel Munteanu
2025-05-08 17:45 Viorel Munteanu
2025-05-08 17:45 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-02-27 17:30 Viorel Munteanu
2025-02-24  8:16 Arthur Zamarin
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-01-31  7:51 Viorel Munteanu
2025-01-08 14:15 Viorel Munteanu
2024-11-22  5:30 Viorel Munteanu
2024-11-22  5:30 Viorel Munteanu
2024-10-31  5:53 Viorel Munteanu
2024-10-25  4:31 Viorel Munteanu
2024-10-25  4:31 Viorel Munteanu
2024-10-23 19:27 Viorel Munteanu
2024-10-23 19:27 Viorel Munteanu
2024-10-02  4:36 Viorel Munteanu
2024-08-14  4:47 Viorel Munteanu
2024-06-22 19:05 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-06-04 17:13 Viorel Munteanu
2024-05-03  7:05 Viorel Munteanu
2024-05-02  7:48 Viorel Munteanu
2024-05-02  7:48 Viorel Munteanu
2024-05-02  7:48 Viorel Munteanu
2024-04-17 19:56 Viorel Munteanu
2024-03-06  5:58 Viorel Munteanu
2024-03-06  5:58 Viorel Munteanu
2024-02-06  6:03 Viorel Munteanu
2024-02-06  6:03 Viorel Munteanu
2024-02-06  6:03 Viorel Munteanu
2024-01-17  6:19 Viorel Munteanu
2024-01-17  6:19 Viorel Munteanu
2024-01-10 17:47 Viorel Munteanu
2024-01-10  6:12 Viorel Munteanu
2023-12-20 18:04 Viorel Munteanu
2023-12-20 18:04 Viorel Munteanu
2023-12-20  5:33 Viorel Munteanu
2023-12-20  5:33 Viorel Munteanu
2023-12-12  6:13 Viorel Munteanu
2023-12-01 15:22 Viorel Munteanu

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=1714636757.b1f422172f9bc568e19f55ca62c54e79d234c062.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --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