diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-12-06 18:59:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-12-06 18:59:29 +0000 |
commit | 4ce957e5137309fd410d27ca5000c59fecc2730e (patch) | |
tree | c1f3783f457f38ac5e787e782d8fe90e32f84b2f /dev-vcs | |
parent | Stable for ppc, wrt bug #441212 (diff) | |
download | gentoo-2-4ce957e5137309fd410d27ca5000c59fecc2730e.tar.gz gentoo-2-4ce957e5137309fd410d27ca5000c59fecc2730e.tar.bz2 gentoo-2-4ce957e5137309fd410d27ca5000c59fecc2730e.zip |
Bug #441740: Update doc build deps.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git/git-1.8.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 938139acf15c..f5e1e467affc 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.163 2012/11/18 10:26:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.164 2012/12/06 18:59:29 robbat2 Exp $ + + 06 Dec 2012; Robin H. Johnson <robbat2@gentoo.org> git-1.8.0-r1.ebuild, + git-9999.ebuild: + Bug #441740: Update doc build deps. 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> git-9999.ebuild: Bug #439154: Copy latest ebuild back to 9999 revision. diff --git a/dev-vcs/git/git-1.8.0-r1.ebuild b/dev-vcs/git/git-1.8.0-r1.ebuild index 52f5d9ec32fe..f7793badb188 100644 --- a/dev-vcs/git/git-1.8.0-r1.ebuild +++ b/dev-vcs/git/git-1.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.0-r1.ebuild,v 1.2 2012/11/09 18:06:34 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.0-r1.ebuild,v 1.3 2012/12/06 18:59:29 robbat2 Exp $ EAPI=4 @@ -81,6 +81,7 @@ DEPEND="${CDEPEND} app-text/asciidoc app-text/docbook2X sys-apps/texinfo + app-text/xmlto ) test? ( app-crypt/gnupg @@ -89,8 +90,7 @@ DEPEND="${CDEPEND} # Live ebuild builds man pages and HTML docs, additionally if [[ ${PV} == *9999 ]]; then DEPEND="${DEPEND} - app-text/asciidoc - app-text/xmlto" + app-text/asciidoc" fi SITEFILE=50${PN}-gentoo.el diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index b59efe5aff57..6ba20836d65e 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.39 2012/11/18 10:26:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.40 2012/12/06 18:59:29 robbat2 Exp $ EAPI=4 @@ -81,6 +81,7 @@ DEPEND="${CDEPEND} app-text/asciidoc app-text/docbook2X sys-apps/texinfo + app-text/xmlto ) test? ( app-crypt/gnupg @@ -89,8 +90,7 @@ DEPEND="${CDEPEND} # Live ebuild builds man pages and HTML docs, additionally if [[ ${PV} == *9999 ]]; then DEPEND="${DEPEND} - app-text/asciidoc - app-text/xmlto" + app-text/asciidoc" fi SITEFILE=50${PN}-gentoo.el |