diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-06-10 10:56:27 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-06-10 10:56:46 -0700 |
commit | 849ea510361c4a4d560c50ca3973163acb509f59 (patch) | |
tree | 258aee03bcc74e97f827e79996e207bd9bccf2b7 /dev-vcs/git/git-9999.ebuild | |
parent | app-emulation/libpod: Bump to version 1.4.0 (diff) | |
download | gentoo-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.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 77ad76c80da8..9a03288ee8b7 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.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/" @@ -137,9 +137,12 @@ REQUIRED_USE=" PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. - "${FILESDIR}"/git-2.18.0_rc1-optional-cvs.patch + ##"${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() { |