diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-04 13:56:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-04 13:56:36 +0000 |
commit | c12afc16f2a45f9693c8ad3a60cbb3e37e4e2f6c (patch) | |
tree | 071fb8892c2c88e29eb002418eb47f9dd71079f6 /dev-vcs | |
parent | Use ${PYTHON_REQUIRED_USE} in REQUIRED_USE for USE python. (diff) | |
download | gentoo-2-c12afc16f2a45f9693c8ad3a60cbb3e37e4e2f6c.tar.gz gentoo-2-c12afc16f2a45f9693c8ad3a60cbb3e37e4e2f6c.tar.bz2 gentoo-2-c12afc16f2a45f9693c8ad3a60cbb3e37e4e2f6c.zip |
dev-vcs/git-cola: Fix installation of html docs, #472048
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-vcs')
-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 |