diff options
author | Sam James <sam@gentoo.org> | 2023-04-09 04:41:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-09 04:41:39 +0100 |
commit | 0e696f0e18c7874c6bf07431a8f4aec315279104 (patch) | |
tree | e2fc19efbad4a0906fe569e5d2197f8cc8cae9e5 /dev-vcs/git/git-9999.ebuild | |
parent | dev-ruby/patron: Keyword 0.13.3-r2 hppa, #903712 (diff) | |
download | gentoo-0e696f0e18c7874c6bf07431a8f4aec315279104.tar.gz gentoo-0e696f0e18c7874c6bf07431a8f4aec315279104.tar.bz2 gentoo-0e696f0e18c7874c6bf07431a8f4aec315279104.zip |
dev-vcs/git: fix musl build
Bug: https://bugs.gentoo.org/713836
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 88ee1b4db80e..ce146cc61342 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -173,7 +173,7 @@ exportmakeopts() { $(usex perl 'INSTALLDIRS=vendor NO_PERL_CPAN_FALLBACKS=YesPlease' NO_PERL=YesPlease) - $(usev elibc_musl NO_REGEX=YesPlease) + $(usev elibc_musl NO_REGEX=NeedsStartEnd) $(usev !cvs NO_CVS=YesPlease) $(usev !iconv NO_ICONV=YesPlease) $(usev !nls NO_GETTEXT=YesPlease) |