From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/lapce/
Date: Mon, 6 Nov 2023 14:18:43 +0000 (UTC) [thread overview]
Message-ID: <1699134797.024a84ba54f30a6c59a5b36887ef8baab7b10f98.davidroman@gentoo> (raw)
commit: 024a84ba54f30a6c59a5b36887ef8baab7b10f98
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 4 21:53:17 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Nov 4 21:53:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=024a84ba
app-editors/lapce: added || die after command
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
app-editors/lapce/lapce-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/lapce/lapce-0.3.0.ebuild b/app-editors/lapce/lapce-0.3.0.ebuild
index 6d97fd8457..5b694aa0bd 100644
--- a/app-editors/lapce/lapce-0.3.0.ebuild
+++ b/app-editors/lapce/lapce-0.3.0.ebuild
@@ -41,7 +41,7 @@ src_unpack() {
sed -i "${ECARGO_HOME}/config" -e '/source.crates-io/d' || die
sed -i "${ECARGO_HOME}/config" -e '/replace-with = "gentoo"/d' || die
sed -i "${ECARGO_HOME}/config" -e '/local-registry = "\/nonexistent"/d' || die
- cat "${WORKDIR}/vendor/vendor-config.toml" >> "${ECARGO_HOME}/config"
+ cat "${WORKDIR}/vendor/vendor-config.toml" >> "${ECARGO_HOME}/config" || die
}
src_install() {
next reply other threads:[~2023-11-06 14:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-06 14:18 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 13:16 [gentoo-commits] repo/proj/guru:master commit in: app-editors/lapce/ David Roman
2024-08-30 13:16 David Roman
2024-08-30 13:16 David Roman
2024-08-30 13:16 David Roman
2024-04-25 21:49 Julien Roy
2023-11-09 3:11 Haelwenn Monnier
2023-11-06 14:18 David Roman
2023-06-04 6:20 Viorel Munteanu
2023-06-04 6:20 Viorel Munteanu
2023-05-27 17:22 Viorel Munteanu
2023-03-16 8:41 Florian Schmaus
2023-03-16 8:41 Florian Schmaus
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=1699134797.024a84ba54f30a6c59a5b36887ef8baab7b10f98.davidroman@gentoo \
--to=davidroman96@gmail.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