diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-10-15 10:51:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-10-15 10:51:01 +0000 |
commit | 2dd5e953f7585efd581f9900c56ea065b4921183 (patch) | |
tree | 42c985cb40cafc321b4801a7f997ebdb9e3ed640 /sci-mathematics/coq | |
parent | Remove libmpcdec support. (diff) | |
download | gentoo-2-2dd5e953f7585efd581f9900c56ea065b4921183.tar.gz gentoo-2-2dd5e953f7585efd581f9900c56ea065b4921183.tar.bz2 gentoo-2-2dd5e953f7585efd581f9900c56ea065b4921183.zip |
Add missing dep on tl-mathextra for doc, by Arttu Valo <arttuv69@gmail.com>, bug #288990
(Portage version: 2.2_rc46/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 | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index 71af762c2492..a37cae08ac9a 100644 --- a/sci-mathematics/coq/ChangeLog +++ b/sci-mathematics/coq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/coq # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.45 2009/10/13 17:20:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.46 2009/10/15 10:51:01 aballier Exp $ + + 15 Oct 2009; Alexis Ballier <aballier@gentoo.org> coq-8.2_p1-r1.ebuild: + Add missing dep on tl-mathextra for doc, by Arttu Valo + <arttuv69@gmail.com>, bug #288990 13 Oct 2009; Alexis Ballier <aballier@gentoo.org> -coq-8.2.ebuild, -coq-8.2_p1.ebuild: diff --git a/sci-mathematics/coq/coq-8.2_p1-r1.ebuild b/sci-mathematics/coq/coq-8.2_p1-r1.ebuild index 06f7793da2a1..ce857f40137f 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-2009 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.1 2009/09/19 13:25:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.2_p1-r1.ebuild,v 1.2 2009/10/15 10:51:01 aballier Exp $ EAPI="2" @@ -22,7 +22,10 @@ RDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] >=dev-ml/camlp5-5.09[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.10.1[ocamlopt?] )" DEPEND="${RDEPEND} - doc? ( dev-tex/hevea virtual/latex-base )" + doc? ( + dev-tex/hevea virtual/latex-base + || ( dev-texlive/texlive-mathextra app-text/ptex ) + )" S="${WORKDIR}/${MY_P}" |