summaryrefslogtreecommitdiff
path: root/dev-vcs/git/git-2.52.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-11-18 17:47:47 +0000
committerSam James <sam@gentoo.org>2025-11-18 17:48:13 +0000
commit7cae05e8682461e0af1990606bc37353bf7a9f43 (patch)
treebdf263cd8ed9b6b142faa6a8dd06c06de8051687 /dev-vcs/git/git-2.52.0.ebuild
parent4a85f3cffda4d962fa075adaa45d93895034d68d (diff)
downloadgentoo-7cae05e8682461e0af1990606bc37353bf7a9f43.tar.gz
gentoo-7cae05e8682461e0af1990606bc37353bf7a9f43.tar.bz2
gentoo-7cae05e8682461e0af1990606bc37353bf7a9f43.zip
dev-vcs/git: forward-port Solaris fix
Forward-port the fix from 6408827516c5afef669e079322efdb8fd48cba62. I'd lost it as I had a 2.52.0 ebuild that I started but didn't finish yesterday. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-2.52.0.ebuild')
-rw-r--r--dev-vcs/git/git-2.52.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.52.0.ebuild b/dev-vcs/git/git-2.52.0.ebuild
index 38de93464194..d83716458f02 100644
--- a/dev-vcs/git/git-2.52.0.ebuild
+++ b/dev-vcs/git/git-2.52.0.ebuild
@@ -8,7 +8,8 @@ GENTOO_DEPEND_ON_PERL=no
# bug #329479: git-remote-testgit is not multiple-version aware
PYTHON_COMPAT=( python3_{11..14} )
RUST_OPTIONAL=1
-inherit toolchain-funcs perl-module shell-completion optfeature plocale python-single-r1 rust systemd meson
+inherit flag-o-matic toolchain-funcs perl-module shell-completion optfeature
+inherit plocale python-single-r1 rust systemd meson
PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN"
@@ -242,6 +243,7 @@ src_configure() {
)
[[ ${CHOST} == *-darwin* ]] && emesonargs+=( -Dfsmonitor=false )
+ [[ ${CHOST} == *-solaris* ]] && append-flags -D__EXTENSIONS__
# For non-live, we use a downloaded docs tarball instead.
if [[ ${PV} == *9999 ]] || use doc ; then