diff options
Diffstat (limited to 'dev-vcs/git/git-2.52.0.ebuild')
| -rw-r--r-- | dev-vcs/git/git-2.52.0.ebuild | 4 |
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 |
