From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/
Date: Fri, 14 Feb 2025 05:18:33 +0000 (UTC) [thread overview]
Message-ID: <1739510117.ca6c0b500eaff6fef1242ef7c800456cc74c42a4.sam@gentoo> (raw)
commit: ca6c0b500eaff6fef1242ef7c800456cc74c42a4
Author: Violet Purcell <vimproved <AT> inventati <DOT> org>
AuthorDate: Tue Feb 11 18:03:13 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 05:15:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6c0b50
sys-apps/bat: fix build with libgit2 1.9.0
Missed this in the bump since I have sys-apps/eza pinning it currently.
Closes: https://bugs.gentoo.org/949505
Closes: https://bugs.gentoo.org/949536
Signed-off-by: Violet Purcell <vimproved <AT> inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/40536
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/bat/bat-0.25.0.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/sys-apps/bat/bat-0.25.0.ebuild b/sys-apps/bat/bat-0.25.0.ebuild
index 5e4e47569aa8..7dfb022e072d 100644
--- a/sys-apps/bat/bat-0.25.0.ebuild
+++ b/sys-apps/bat/bat-0.25.0.ebuild
@@ -243,6 +243,14 @@ DOCS=( README.md CHANGELOG.md doc/alternatives.md )
QA_FLAGS_IGNORED="usr/bin/${PN}"
+src_prepare() {
+ default
+
+ # libgit2-sys unnecessarily(?) requests <libgit2-1.9.0, bump to 2 for now
+ sed -e '/range_version/s/1\.9\.0/2/' \
+ -i "${ECARGO_VENDOR}"/libgit2-sys-0.17.0+1.8.1/build.rs || die
+}
+
src_configure() {
export RUSTONIG_SYSTEM_LIBONIG=1
export LIBGIT2_NO_VENDOR=1
next reply other threads:[~2025-02-14 5:18 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-14 5:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 10:09 [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/ Florian Schmaus
2025-01-06 13:36 WANG Xuerui
2024-11-23 16:54 Sam James
2024-09-23 11:11 Sam James
2024-06-17 9:39 James Le Cuirot
2024-03-21 7:24 Ionen Wolkens
2024-03-04 6:00 Sam James
2024-02-16 0:19 Sam James
2024-02-16 0:19 Sam James
2024-02-14 15:17 Joonas Niilola
2024-01-18 8:06 Florian Schmaus
2024-01-12 14:22 Sam James
2024-01-12 14:22 Sam James
2023-09-27 10:30 Joonas Niilola
2023-09-27 4:01 Sam James
2023-09-27 3:45 Sam James
2023-09-27 3:45 Sam James
2023-09-27 3:45 Sam James
2023-06-19 13:41 Joonas Niilola
2023-06-19 13:41 Joonas Niilola
2023-06-19 13:41 Joonas Niilola
2023-03-01 13:46 Joonas Niilola
2023-03-01 13:46 Joonas Niilola
2023-03-01 13:46 Joonas Niilola
2023-02-12 6:51 Joonas Niilola
2022-05-26 12:58 Joonas Niilola
2022-05-26 12:58 Joonas Niilola
2022-04-24 10:05 Joonas Niilola
2022-04-24 10:05 Joonas Niilola
2022-03-05 14:46 Matthew Smith
2022-02-26 2:48 Sam James
2022-02-26 2:48 Sam James
2021-10-11 23:29 Sam James
2021-08-28 2:24 Sam James
2021-07-07 10:54 Joonas Niilola
2021-03-20 8:25 Joonas Niilola
2021-01-16 22:01 Sam James
2020-11-25 7:50 Joonas Niilola
2020-11-25 7:50 Joonas Niilola
2020-11-24 3:00 Sam James
2020-11-24 3:00 Sam James
2020-07-25 11:28 Sam James
2020-07-11 23:56 Georgy Yakovlev
2020-07-11 6:03 Georgy Yakovlev
2020-06-13 8:16 Georgy Yakovlev
2020-06-13 8:15 Georgy Yakovlev
2020-04-25 12:27 Georgy Yakovlev
2020-03-26 22:06 Georgy Yakovlev
2020-02-16 21:01 Georgy Yakovlev
2020-01-02 7:38 Georgy Yakovlev
2019-09-01 7:35 Georgy Yakovlev
2019-09-01 7:35 Georgy Yakovlev
2019-09-01 6:49 Georgy Yakovlev
2019-07-26 18:21 Georgy Yakovlev
2019-07-26 18:21 Georgy Yakovlev
2019-05-16 3:39 Georgy Yakovlev
2019-03-19 0:54 Georgy Yakovlev
2019-02-08 4:24 Georgy Yakovlev
2019-01-08 23:40 Georgy Yakovlev
2019-01-06 9:13 Georgy Yakovlev
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=1739510117.ca6c0b500eaff6fef1242ef7c800456cc74c42a4.sam@gentoo \
--to=sam@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