summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2023-08-16 09:59:24 -0600
committerArthur Zamarin <arthurzam@gentoo.org>2023-08-25 19:58:46 +0300
commitbca187d1811671e7dbe788ad903ca82858ca865d (patch)
tree070526e5fe83dd19885d668733b01f14931888a9 /dev-vcs/git
parentdev-python/pyelftools: enable py3.12 (diff)
downloadgentoo-bca187d1811671e7dbe788ad903ca82858ca865d.tar.gz
gentoo-bca187d1811671e7dbe788ad903ca82858ca865d.tar.bz2
gentoo-bca187d1811671e7dbe788ad903ca82858ca865d.zip
dev-vcs/git: Add missing BDEPEND
We also need to declare curl as a BDEPEND because we require the `curl-config` command. i.e., ``` make: curl-config: Command not found ld.lld: error: undefined symbol: curl_easy_setopt >>> referenced by http-walker.c:381 (/build/arm64-generic/tmp/portage/dev-vcs/git-2.39.2/work/git-2.39.2/http-walker.c:381) >>> http-walker.o:(fetch_alternates) >>> referenced by http-walker.c:382 (/build/arm64-generic/tmp/portage/dev-vcs/git-2.39.2/work/git-2.39.2/http-walker.c:382) >>> http-walker.o:(fetch_alternates) >>> referenced by http-walker.c:383 (/build/arm64-generic/tmp/portage/dev-vcs/git-2.39.2/work/git-2.39.2/http-walker.c:383) >>> http-walker.o:(fetch_alternates) >>> referenced 109 more times ``` BUG=b:278728702 TEST=BOARD=arm64-generic bazel build @portage//internal/packages/stage2/target/board/portage-stable/dev-vcs/git:2.39.2-r1 Change-Id: I16e303367cb9092780d1e4ad20bd3c3d789669d2 Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/32342 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-rw-r--r--dev-vcs/git/git-2.39.2-r1.ebuild (renamed from dev-vcs/git/git-2.39.2.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/git/git-2.39.2.ebuild b/dev-vcs/git/git-2.39.2-r1.ebuild
index cdf63279c63f..efcc5111a594 100644
--- a/dev-vcs/git/git-2.39.2.ebuild
+++ b/dev-vcs/git/git-2.39.2-r1.ebuild
@@ -120,6 +120,7 @@ BDEPEND="
app-text/xmlto
sys-apps/texinfo
)
+ curl? ( net-misc/curl )
keyring? ( virtual/pkgconfig )
nls? ( sys-devel/gettext )
test? ( app-crypt/gnupg )