diff options
-rw-r--r-- | dev-vcs/git-cola/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-1.8.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index 5c92fe2474d6..c935570c9afe 100644 --- a/dev-vcs/git-cola/ChangeLog +++ b/dev-vcs/git-cola/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/git-cola # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.9 2013/04/29 09:10:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.10 2013/06/04 13:56:36 jlec Exp $ + + 04 Jun 2013; Justin Lecher <jlec@gentoo.org> git-cola-1.8.2.ebuild: + Fix installation of html docs, #472048 29 Apr 2013; Justin Lecher <jlec@gentoo.org> git-cola-1.8.2.ebuild: Always depend on app-text/asciidoc for manpage generation diff --git a/dev-vcs/git-cola/git-cola-1.8.2.ebuild b/dev-vcs/git-cola/git-cola-1.8.2.ebuild index 8848c913568a..554021b039c1 100644 --- a/dev-vcs/git-cola/git-cola-1.8.2.ebuild +++ b/dev-vcs/git-cola/git-cola-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-1.8.2.ebuild,v 1.3 2013/04/29 09:10:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-1.8.2.ebuild,v 1.4 2013/06/04 13:56:36 jlec Exp $ EAPI=5 @@ -70,9 +70,7 @@ python_install_all() { prefix="${EPREFIX}/usr" \ install - if use doc ; then - HTML_DOCS=( share/doc/${PN}/_build/html/. ) - else + if ! use doc ; then HTML_DOCS=( "${FILESDIR}"/index.html ) fi |