Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Wed, 01 Sep 2021 21:51:22
Message-Id: 1630533069.8421a765ad29bcf111da8f05bb74ff3df64d25c5.sam@gentoo
1 commit: 8421a765ad29bcf111da8f05bb74ff3df64d25c5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 21:49:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 21:51:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8421a765
7
8 dev-vcs/git: add upstream patch for t5582 test
9
10 Acked-by: Robin Johnson <robbat2 <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/751907
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-vcs/git/git-2.32.0-r1.ebuild | 4 ++++
15 dev-vcs/git/git-2.33.0-r1.ebuild | 4 ++++
16 2 files changed, 8 insertions(+)
17
18 diff --git a/dev-vcs/git/git-2.32.0-r1.ebuild b/dev-vcs/git/git-2.32.0-r1.ebuild
19 index cbe7472ebe8..ee45f0ab47a 100644
20 --- a/dev-vcs/git/git-2.32.0-r1.ebuild
21 +++ b/dev-vcs/git/git-2.32.0-r1.ebuild
22 @@ -145,6 +145,10 @@ PATCHES=(
23
24 # Make submodule output quiet
25 "${FILESDIR}"/git-2.21.0-quiet-submodules-testcase.patch
26 +
27 + # See bug #751907
28 + # Test fails due to exported ${D} in src_test
29 + "${FILESDIR}"/git-2.32.0-r1-test-t5582.patch
30 )
31
32 pkg_setup() {
33
34 diff --git a/dev-vcs/git/git-2.33.0-r1.ebuild b/dev-vcs/git/git-2.33.0-r1.ebuild
35 index b3f952ce377..776695e8922 100644
36 --- a/dev-vcs/git/git-2.33.0-r1.ebuild
37 +++ b/dev-vcs/git/git-2.33.0-r1.ebuild
38 @@ -145,6 +145,10 @@ PATCHES=(
39
40 # Make submodule output quiet
41 "${FILESDIR}"/git-2.21.0-quiet-submodules-testcase.patch
42 +
43 + # See bug #751907
44 + # Test fails due to exported ${D} in src_test
45 + "${FILESDIR}"/git-2.32.0-r1-test-t5582.patch
46 )
47
48 pkg_setup() {