diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-09 10:34:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-09 10:34:41 +0000 |
commit | 12084d0acbfbfe1763972a699bcf9d1310980df6 (patch) | |
tree | 77494242a75907f409af360ad55ca2434ec4bfca /sci-mathematics/coq | |
parent | stable x86, bug 308521 (diff) | |
download | gentoo-2-12084d0acbfbfe1763972a699bcf9d1310980df6.tar.gz gentoo-2-12084d0acbfbfe1763972a699bcf9d1310980df6.tar.bz2 gentoo-2-12084d0acbfbfe1763972a699bcf9d1310980df6.zip |
Add missing netpbm dep for USE=doc, by Christian D. <ThyrusG@gmx.de>, bug #310305
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.2_p1-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index 70826ac444cb..990a1eee75dc 100644 --- a/sci-mathematics/coq/ChangeLog +++ b/sci-mathematics/coq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/coq # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.51 2010/03/10 11:50:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.52 2010/04/09 10:34:41 aballier Exp $ + + 09 Apr 2010; Alexis Ballier <aballier@gentoo.org> coq-8.2_p1-r1.ebuild: + Add missing netpbm dep for USE=doc, by Christian D. <ThyrusG@gmx.de>, bug + #310305 10 Mar 2010; Alexis Ballier <aballier@gentoo.org> -coq-8.1_p4.ebuild, -files/coq-8.1_p3-cmxa-install.dpatch, -files/coq-8.1_p3-noocamlopt.patch: diff --git a/sci-mathematics/coq/coq-8.2_p1-r1.ebuild b/sci-mathematics/coq/coq-8.2_p1-r1.ebuild index 09d69cf79b06..1c61bbf905a3 100644 --- a/sci-mathematics/coq/coq-8.2_p1-r1.ebuild +++ b/sci-mathematics/coq/coq-8.2_p1-r1.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/sci-mathematics/coq/coq-8.2_p1-r1.ebuild,v 1.6 2010/01/20 19:49:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.2_p1-r1.ebuild,v 1.7 2010/04/09 10:34:41 aballier Exp $ EAPI="2" @@ -23,6 +23,7 @@ RDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.10.1[ocamlopt?] )" DEPEND="${RDEPEND} doc? ( + media-libs/netpbm[png] virtual/latex-base dev-tex/hevea dev-tex/xcolor |