diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-29 09:03:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-29 09:03:38 +0000 |
commit | 11223ba424080cfdf665f717dc68f1a42e54fd51 (patch) | |
tree | f66a00701fb7725c7601bbcb8421f74dffca5686 /dev-vcs/git-cola | |
parent | dev-vcs/git-cola: Version BUmp and move to new python eclasses (diff) | |
download | gentoo-2-11223ba424080cfdf665f717dc68f1a42e54fd51.tar.gz gentoo-2-11223ba424080cfdf665f717dc68f1a42e54fd51.tar.bz2 gentoo-2-11223ba424080cfdf665f717dc68f1a42e54fd51.zip |
dev-vcs/git-cola: Always depend on app-text/asciidoc formanpage generation
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
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-1.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index a63fec8ef3c1..e2ee082a26f5 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.7 2013/04/29 08:59:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.8 2013/04/29 09:03:38 jlec Exp $ + + 29 Apr 2013; Justin Lecher <jlec@gentoo.org> git-cola-1.8.2.ebuild: + Always depend on app-text/asciidoc formanpage generation *git-cola-1.8.2 (29 Apr 2013) 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 b23edb3bfac3..1fa4891ab942 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.1 2013/04/29 08:59:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-1.8.2.ebuild,v 1.2 2013/04/29 09:03:38 jlec Exp $ EAPI=5 @@ -24,8 +24,8 @@ RDEPEND=" dev-python/PyQt4[${PYTHON_USEDEP}] dev-vcs/git" DEPEND="${RDEPEND} + app-text/asciidoc doc? ( - app-text/asciidoc dev-python/sphinx[${PYTHON_USEDEP}] app-text/xmlto ) sys-devel/gettext |