From 8421a765ad29bcf111da8f05bb74ff3df64d25c5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 1 Sep 2021 22:49:04 +0100 Subject: dev-vcs/git: add upstream patch for t5582 test Acked-by: Robin Johnson Closes: https://bugs.gentoo.org/751907 Signed-off-by: Sam James --- dev-vcs/git/git-2.32.0-r1.ebuild | 4 ++++ dev-vcs/git/git-2.33.0-r1.ebuild | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'dev-vcs') diff --git a/dev-vcs/git/git-2.32.0-r1.ebuild b/dev-vcs/git/git-2.32.0-r1.ebuild index cbe7472ebe88..ee45f0ab47ab 100644 --- a/dev-vcs/git/git-2.32.0-r1.ebuild +++ b/dev-vcs/git/git-2.32.0-r1.ebuild @@ -145,6 +145,10 @@ PATCHES=( # Make submodule output quiet "${FILESDIR}"/git-2.21.0-quiet-submodules-testcase.patch + + # See bug #751907 + # Test fails due to exported ${D} in src_test + "${FILESDIR}"/git-2.32.0-r1-test-t5582.patch ) pkg_setup() { diff --git a/dev-vcs/git/git-2.33.0-r1.ebuild b/dev-vcs/git/git-2.33.0-r1.ebuild index b3f952ce377e..776695e8922a 100644 --- a/dev-vcs/git/git-2.33.0-r1.ebuild +++ b/dev-vcs/git/git-2.33.0-r1.ebuild @@ -145,6 +145,10 @@ PATCHES=( # Make submodule output quiet "${FILESDIR}"/git-2.21.0-quiet-submodules-testcase.patch + + # See bug #751907 + # Test fails due to exported ${D} in src_test + "${FILESDIR}"/git-2.32.0-r1-test-t5582.patch ) pkg_setup() { -- cgit v1.2.3-65-gdbad