dev-vcs/git: Sync with Gentoo

It's from Gentoo commit d93c012012cdd32c90ad8960956995003da2e9ac.
This commit is contained in:
Flatcar Buildbot 2024-08-12 07:15:06 +00:00 committed by Krzesimir Nowak
parent 062b1b44ad
commit 464ef089a8
6 changed files with 21 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if [[ ${PV} != *9999 ]]; then
SRC_URI+=" doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )"
if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
fi
fi

View File

@ -306,6 +306,10 @@ git_emake() {
OPTCFLAGS="${CFLAGS}"
OPTLDFLAGS="${LDFLAGS}"
CURL_CONFIG="${ESYSROOT}/usr/bin/curl-config"
CURL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags libcurl)"
CURL_LDFLAGS="$($(tc-getPKG_CONFIG) --libs libcurl)"
PERL_PATH="${EPREFIX}/usr/bin/perl"
PERL_MM_OPT=""

View File

@ -306,6 +306,10 @@ git_emake() {
OPTCFLAGS="${CFLAGS}"
OPTLDFLAGS="${LDFLAGS}"
CURL_CONFIG="${ESYSROOT}/usr/bin/curl-config"
CURL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags libcurl)"
CURL_LDFLAGS="$($(tc-getPKG_CONFIG) --libs libcurl)"
PERL_PATH="${EPREFIX}/usr/bin/perl"
PERL_MM_OPT=""

View File

@ -306,6 +306,10 @@ git_emake() {
OPTCFLAGS="${CFLAGS}"
OPTLDFLAGS="${LDFLAGS}"
CURL_CONFIG="${ESYSROOT}/usr/bin/curl-config"
CURL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags libcurl)"
CURL_LDFLAGS="$($(tc-getPKG_CONFIG) --libs libcurl)"
PERL_PATH="${EPREFIX}/usr/bin/perl"
PERL_MM_OPT=""

View File

@ -306,6 +306,10 @@ git_emake() {
OPTCFLAGS="${CFLAGS}"
OPTLDFLAGS="${LDFLAGS}"
CURL_CONFIG="${ESYSROOT}/usr/bin/curl-config"
CURL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags libcurl)"
CURL_LDFLAGS="$($(tc-getPKG_CONFIG) --libs libcurl)"
PERL_PATH="${EPREFIX}/usr/bin/perl"
PERL_MM_OPT=""

View File

@ -306,6 +306,10 @@ git_emake() {
OPTCFLAGS="${CFLAGS}"
OPTLDFLAGS="${LDFLAGS}"
CURL_CONFIG="${ESYSROOT}/usr/bin/curl-config"
CURL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags libcurl)"
CURL_LDFLAGS="$($(tc-getPKG_CONFIG) --libs libcurl)"
PERL_PATH="${EPREFIX}/usr/bin/perl"
PERL_MM_OPT=""