From: "Alberto Gireud" <agireud@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-irc/halloy/
Date: Sun, 15 Sep 2024 20:56:59 +0000 (UTC) [thread overview]
Message-ID: <1726433685.6fb37f3d4a39c0e6b4f2b4bb55f4f8ee3bd850f2.agireud@gentoo> (raw)
commit: 6fb37f3d4a39c0e6b4f2b4bb55f4f8ee3bd850f2
Author: Alberto Gireud <agireud <AT> protonmail <DOT> com>
AuthorDate: Sun Sep 15 20:54:45 2024 +0000
Commit: Alberto Gireud <agireud <AT> protonmail <DOT> com>
CommitDate: Sun Sep 15 20:54:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fb37f3d
net-irc/halloy: Fix sed command in src_configure
Signed-off-by: Alberto Gireud <agireud <AT> protonmail.com>
net-irc/halloy/halloy-2024.11.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-irc/halloy/halloy-2024.11.ebuild b/net-irc/halloy/halloy-2024.11.ebuild
index 141496aaf..93c9dcded 100644
--- a/net-irc/halloy/halloy-2024.11.ebuild
+++ b/net-irc/halloy/halloy-2024.11.ebuild
@@ -663,7 +663,8 @@ src_configure() {
if [[ ${PV} != *9999* ]] ; then
# Fix cargo.eclass handling of patched dependencies
# https://github.com/squidowl/halloy/blob/2024.11/Cargo.toml#L60-L62
- sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" "${ECARGO_HOME}/config" || die
+ sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \
+ "${ECARGO_HOME}/config.toml" || die
fi
cargo_src_configure
}
next reply other threads:[~2024-09-15 20:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-15 20:56 Alberto Gireud [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-22 18:32 [gentoo-commits] repo/proj/guru:dev commit in: net-irc/halloy/ Alberto Gireud
2024-09-15 20:59 Alberto Gireud
2024-09-15 20:44 Alberto Gireud
2024-09-05 7:24 Yuhang Zeng
2024-08-07 13:59 Lucio Sauer
2024-07-11 5:40 Alberto Gireud
2024-07-04 1:57 Alberto Gireud
2024-04-06 0:54 Alberto Gireud
2024-04-06 0:54 Alberto Gireud
2024-04-05 4:50 Alberto Gireud
2024-04-04 15:44 Alberto Gireud
2024-04-04 5:02 Alberto Gireud
2024-04-04 2:55 Alberto Gireud
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=1726433685.6fb37f3d4a39c0e6b4f2b4bb55f4f8ee3bd850f2.agireud@gentoo \
--to=agireud@protonmail.com \
--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