diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-11-11 01:04:46 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-11-11 01:04:46 +0000 |
commit | 7258af6db1fdfd45d9b92a5efc346384ead6b445 (patch) | |
tree | ef29f331fa2c4c1b5750c5c8e5d2fe93656c6d4b /dev-vcs/git | |
parent | Added ~arm keyword (bug #344959) (diff) | |
download | gentoo-2-7258af6db1fdfd45d9b92a5efc346384ead6b445.tar.gz gentoo-2-7258af6db1fdfd45d9b92a5efc346384ead6b445.tar.bz2 gentoo-2-7258af6db1fdfd45d9b92a5efc346384ead6b445.zip |
dev-vcs/git: Fix dependencies of live ebuild (bug #343063)
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 65e4447f155b..53189e26ddcf 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.45 2010/11/09 20:49:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.46 2010/11/11 01:04:46 sping Exp $ + + 11 Nov 2010; Sebastian Pipping <sping@gentoo.org> git-9999.ebuild: + Make live ebuild depend on asciidoc and xmlto independent of flag "doc" + (bug #343063) 09 Nov 2010; Robin H. Johnson <robbat2@gentoo.org> git-1.7.2.3.ebuild, git-1.7.3.ebuild, git-1.7.3.1.ebuild, git-1.7.3.2.ebuild, diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 252c84b4c98b..f4906a6c02b8 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.7 2010/10/29 19:45:42 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.8 2010/11/11 01:04:46 sping Exp $ EAPI=3 @@ -70,12 +70,11 @@ DEPEND="${CDEPEND} sys-apps/texinfo )" -# Live ebuild builds HTML docs, additionally +# Live ebuild builds man pages and HTML docs, additionally if [ "$PV" == "9999" ]; then DEPEND="${DEPEND} - doc? ( - app-text/xmlto - )" + app-text/asciidoc + app-text/xmlto" fi SITEFILE=50${PN}-gentoo.el |