summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-06-10 10:56:27 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2019-06-10 10:56:46 -0700
commit849ea510361c4a4d560c50ca3973163acb509f59 (patch)
tree258aee03bcc74e97f827e79996e207bd9bccf2b7 /dev-vcs/git/git-9999-r2.ebuild
parentapp-emulation/libpod: Bump to version 1.4.0 (diff)
downloadgentoo-849ea510361c4a4d560c50ca3973163acb509f59.tar.gz
gentoo-849ea510361c4a4d560c50ca3973163acb509f59.tar.bz2
gentoo-849ea510361c4a4d560c50ca3973163acb509f59.zip
dev-vcs/git: bump
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=687808 Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999-r2.ebuild')
-rw-r--r--dev-vcs/git/git-9999-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
index 051c0134564e..64663fba9b78 100644
--- a/dev-vcs/git/git-9999-r2.ebuild
+++ b/dev-vcs/git/git-9999-r2.ebuild
@@ -31,7 +31,7 @@ inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-
MY_PV="${PV/_rc/.rc}"
MY_P="${PN}-${MY_PV}"
-DOC_VER=${MY_PV}
+DOC_VER="${MY_PV}"
DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
HOMEPAGE="https://www.git-scm.com/"
@@ -140,6 +140,9 @@ PATCHES=(
"${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch
"${FILESDIR}"/git-2.2.0-svn-fe-linking.patch
+
+ # Make submodule output quiet
+ "${FILESDIR}"/git-2.21.0-quiet-submodules-testcase.patch
)
pkg_setup() {