diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-04-25 07:56:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-04-25 07:56:59 +0000 |
commit | 4b7ed81ee0073eaeea7e1f3703f4bd8857442c0d (patch) | |
tree | 83eea9f54f3469fdedf4feb86de25622f496783a /dev-vcs/git-cola | |
parent | Security bumps. (diff) | |
download | gentoo-2-4b7ed81ee0073eaeea7e1f3703f4bd8857442c0d.tar.gz gentoo-2-4b7ed81ee0073eaeea7e1f3703f4bd8857442c0d.tar.bz2 gentoo-2-4b7ed81ee0073eaeea7e1f3703f4bd8857442c0d.zip |
dev-vcs/git-cola: Fix buildtime dependency on sphinx, #508656
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-vcs/git-cola')
-rw-r--r-- | dev-vcs/git-cola/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-2.0.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index 5e211399c3ea..e995606c25ed 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.26 2014/04/24 12:15:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.27 2014/04/25 07:56:59 jlec Exp $ + + 25 Apr 2014; Justin Lecher <jlec@gentoo.org> git-cola-2.0.2.ebuild: + Fix buildtime dependency on sphinx, #508656 *git-cola-2.0.2 (24 Apr 2014) diff --git a/dev-vcs/git-cola/git-cola-2.0.2.ebuild b/dev-vcs/git-cola/git-cola-2.0.2.ebuild index b3aa4354c51d..7df03c639e70 100644 --- a/dev-vcs/git-cola/git-cola-2.0.2.ebuild +++ b/dev-vcs/git-cola/git-cola-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.2.ebuild,v 1.1 2014/04/24 12:15:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.2.ebuild,v 1.2 2014/04/25 07:56:59 jlec Exp $ EAPI=5 @@ -69,6 +69,7 @@ python_compile_all() { else sed \ -e '/^install:/s:install-html::g' \ + -e '/^install:/s:install-man::g' \ -i Makefile || die fi } |