commit:     8421a765ad29bcf111da8f05bb74ff3df64d25c5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  1 21:49:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  1 21:51:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8421a765

dev-vcs/git: add upstream patch for t5582 test

Acked-by: Robin Johnson <robbat2 <AT> gentoo.org>
Closes: https://bugs.gentoo.org/751907
Signed-off-by: Sam James <sam <AT> gentoo.org>

 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(+)

diff --git a/dev-vcs/git/git-2.32.0-r1.ebuild b/dev-vcs/git/git-2.32.0-r1.ebuild
index cbe7472ebe8..ee45f0ab47a 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 b3f952ce377..776695e8922 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() {

Reply via email to