summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-01 22:49:04 +0100
committerSam James <sam@gentoo.org>2021-09-01 22:51:09 +0100
commit8421a765ad29bcf111da8f05bb74ff3df64d25c5 (patch)
tree01326527e9e17fe6a2bdb5c53556f378af88b711 /dev-vcs
parentsci-libs/ginkgo: version bump to 1.4.0 (diff)
downloadgentoo-8421a765ad29bcf111da8f05bb74ff3df64d25c5.tar.gz
gentoo-8421a765ad29bcf111da8f05bb74ff3df64d25c5.tar.bz2
gentoo-8421a765ad29bcf111da8f05bb74ff3df64d25c5.zip
dev-vcs/git: add upstream patch for t5582 test
Acked-by: Robin Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/751907 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git/git-2.32.0-r1.ebuild4
-rw-r--r--dev-vcs/git/git-2.33.0-r1.ebuild4
2 files changed, 8 insertions, 0 deletions
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() {