diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-20 19:49:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-20 19:49:15 +0000 |
commit | a4c9f5099a8aad799dd195d820f817646c3c23fa (patch) | |
tree | a60dcbdd50457cc9cf6c329b54c037fdb09a3724 /sci-mathematics/coq | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-a4c9f5099a8aad799dd195d820f817646c3c23fa.tar.gz gentoo-2-a4c9f5099a8aad799dd195d820f817646c3c23fa.tar.bz2 gentoo-2-a4c9f5099a8aad799dd195d820f817646c3c23fa.zip |
Added dev-texlive/texlive-pictures, bug #292630
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.2_p1-r1.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index dd126aafac55..c591277e0642 100644 --- a/sci-mathematics/coq/ChangeLog +++ b/sci-mathematics/coq/ChangeLog @@ -1,6 +1,9 @@ # 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.49 2009/12/27 11:55:52 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.50 2010/01/20 19:49:15 bicatali Exp $ + + 20 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> coq-8.2_p1-r1.ebuild: + Added dev-texlive/texlive-pictures, bug #292630 27 Dec 2009; Raúl Porcel <armin76@gentoo.org> coq-8.2_p1-r1.ebuild: sparc stable wrt #291786 diff --git a/sci-mathematics/coq/coq-8.2_p1-r1.ebuild b/sci-mathematics/coq/coq-8.2_p1-r1.ebuild index e8b49e5116f0..09d69cf79b06 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 +# 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.5 2009/12/27 11:55:52 armin76 Exp $ +# $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 $ EAPI="2" @@ -23,7 +23,10 @@ RDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.10.1[ocamlopt?] )" DEPEND="${RDEPEND} doc? ( - dev-tex/hevea virtual/latex-base + virtual/latex-base + dev-tex/hevea + dev-tex/xcolor + || ( dev-texlive/texlive-pictures app-text/ptex ) || ( dev-texlive/texlive-mathextra app-text/ptex ) )" |