summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-04-29 09:10:23 +0000
committerJustin Lecher <jlec@gentoo.org>2013-04-29 09:10:23 +0000
commit90bb5748be46b027d2757156d6243ff10e34fdd5 (patch)
tree983fd498120d6be5a3bb373b679bedfb06f423e1 /dev-vcs
parentdev-vcs/git-cola: Always depend on app-text/asciidoc formanpage generation (diff)
downloadgentoo-2-90bb5748be46b027d2757156d6243ff10e34fdd5.tar.gz
gentoo-2-90bb5748be46b027d2757156d6243ff10e34fdd5.tar.bz2
gentoo-2-90bb5748be46b027d2757156d6243ff10e34fdd5.zip
dev-vcs/git-cola: Always depend on app-text/asciidoc for manpage generation
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-cola/ChangeLog5
-rw-r--r--dev-vcs/git-cola/git-cola-1.8.2.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index e2ee082a26f5..5c92fe2474d6 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.8 2013/04/29 09:03:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.9 2013/04/29 09:10:23 jlec Exp $
+
+ 29 Apr 2013; Justin Lecher <jlec@gentoo.org> git-cola-1.8.2.ebuild:
+ Always depend on app-text/asciidoc for manpage generation
29 Apr 2013; Justin Lecher <jlec@gentoo.org> git-cola-1.8.2.ebuild:
Always depend on app-text/asciidoc formanpage 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 1fa4891ab942..8848c913568a 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.2 2013/04/29 09:03:38 jlec Exp $
+# $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 $
EAPI=5
@@ -25,9 +25,8 @@ RDEPEND="
dev-vcs/git"
DEPEND="${RDEPEND}
app-text/asciidoc
- doc? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- app-text/xmlto )
+ app-text/xmlto
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
sys-devel/gettext
test? ( dev-python/nose[${PYTHON_USEDEP}] )"