diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-11-11 20:24:23 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-11-11 20:24:23 +0000 |
commit | ce10c1da68b733997053f2e90bc5551c8e92f596 (patch) | |
tree | 02ac530c9c198f8221bbd121a1077f86c9e405d4 /sci-mathematics | |
parent | Mentioned app-portage/flaggie as an alternative to masked app-portage/flagedit. (diff) | |
download | gentoo-2-ce10c1da68b733997053f2e90bc5551c8e92f596.tar.gz gentoo-2-ce10c1da68b733997053f2e90bc5551c8e92f596.tar.bz2 gentoo-2-ce10c1da68b733997053f2e90bc5551c8e92f596.zip |
Depend on netpbm[zlib] for pnmtops, bug #310305
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.2_p1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.2_p2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index 53c584e57fdf..3b820b6ebf22 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.54 2010/10/18 18:30:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.55 2010/11/11 20:24:23 aballier Exp $ + + 11 Nov 2010; Alexis Ballier <aballier@gentoo.org> coq-8.2_p1-r1.ebuild, + coq-8.2_p2.ebuild: + Depend on netpbm[zlib] for pnmtops, bug #310305 18 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> coq-8.2_p2.ebuild, +files/coq-8.2_p2-make-3.82.patch: diff --git a/sci-mathematics/coq/coq-8.2_p1-r1.ebuild b/sci-mathematics/coq/coq-8.2_p1-r1.ebuild index 1c61bbf905a3..f30b6fa10f8b 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.7 2010/04/09 10:34:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.2_p1-r1.ebuild,v 1.8 2010/11/11 20:24:23 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ RDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.10.1[ocamlopt?] )" DEPEND="${RDEPEND} doc? ( - media-libs/netpbm[png] + media-libs/netpbm[png,zlib] virtual/latex-base dev-tex/hevea dev-tex/xcolor diff --git a/sci-mathematics/coq/coq-8.2_p2.ebuild b/sci-mathematics/coq/coq-8.2_p2.ebuild index c414565740bc..be74966593c4 100644 --- a/sci-mathematics/coq/coq-8.2_p2.ebuild +++ b/sci-mathematics/coq/coq-8.2_p2.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_p2.ebuild,v 1.2 2010/10/18 18:30:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.2_p2.ebuild,v 1.3 2010/11/11 20:24:23 aballier Exp $ EAPI=2 inherit eutils multilib @@ -22,7 +22,7 @@ RDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.10.1[ocamlopt?] )" DEPEND="${RDEPEND} doc? ( - media-libs/netpbm[png] + media-libs/netpbm[png,zlib] virtual/latex-base dev-tex/hevea dev-tex/xcolor |