diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-07-15 23:24:40 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-07-15 23:24:55 +0200 |
commit | a174106ca7ac67baee24a96c1fbb006325247c4b (patch) | |
tree | 8f3837b192bd04323a1aeacd4235b8831699fd01 /dev-vcs/git | |
parent | dev-util/bazel: version bump to 0.5.2 (diff) | |
download | gentoo-a174106ca7ac67baee24a96c1fbb006325247c4b.tar.gz gentoo-a174106ca7ac67baee24a96c1fbb006325247c4b.tar.bz2 gentoo-a174106ca7ac67baee24a96c1fbb006325247c4b.zip |
dev-vcs/git: Fixed build with USE="doc" (bug #625154).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.13.3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.3.ebuild b/dev-vcs/git/git-2.13.3.ebuild index 80c6530c1c86..2b0d92a449dd 100644 --- a/dev-vcs/git/git-2.13.3.ebuild +++ b/dev-vcs/git/git-2.13.3.ebuild @@ -370,7 +370,6 @@ src_compile() { cd "${S}"/contrib/diff-highlight || die git_emake - use doc && git_emake doc if use mediawiki ; then cd "${S}"/contrib/mw-to-git |