summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-08 03:39:25 +0000
committerSam James <sam@gentoo.org>2025-01-08 03:40:13 +0000
commit90782f7f1f089cc4c143bc1577a08f9ad245eeaf (patch)
tree504e188d8b6d2b8a1873d3ede511b1b046f351df /dev-vcs/git/git-9999-r3.ebuild
parentdev-vcs/git: port live to meson (diff)
downloadgentoo-90782f7f1f089cc4c143bc1577a08f9ad245eeaf.tar.gz
gentoo-90782f7f1f089cc4c143bc1577a08f9ad245eeaf.tar.bz2
gentoo-90782f7f1f089cc4c143bc1577a08f9ad245eeaf.zip
dev-vcs/git: add 2.48.0_rc2
I'd missed the 'A' issue with tests as obviously it's not set for live. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999-r3.ebuild')
-rw-r--r--dev-vcs/git/git-9999-r3.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index 8968424c04bd..4b91e218b639 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.ebuild
@@ -259,11 +259,15 @@ src_compile() {
}
src_test() {
+ # t0610-reftable-basics.sh uses $A
+ local -x A=
+
meson_src_test
- if use perl ; then
- git_emake -C contrib/credential/netrc testverbose
- fi
+ # TODO: Needs help finding built git with meson
+ #if use perl ; then
+ # git_emake -C contrib/credential/netrc testverbose
+ #fi
}
src_install() {