diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-11-08 20:29:04 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-11-08 20:29:04 +0000 |
commit | e19f34abb787dc3eeff3d68259724d7d1f43ca4e (patch) | |
tree | 612b12a0f38a72e790353b5e8b996bcd0c1abd64 /sci-mathematics/coq | |
parent | ppc stable #291742 (diff) | |
download | gentoo-2-e19f34abb787dc3eeff3d68259724d7d1f43ca4e.tar.gz gentoo-2-e19f34abb787dc3eeff3d68259724d7d1f43ca4e.tar.bz2 gentoo-2-e19f34abb787dc3eeff3d68259724d7d1f43ca4e.zip |
ppc stable #291786
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.2_p1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index a37cae08ac9a..895e4f4410c3 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.46 2009/10/15 10:51:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.47 2009/11/08 20:29:04 nixnut Exp $ + + 08 Nov 2009; nixnut <nixnut@gentoo.org> coq-8.2_p1-r1.ebuild: + ppc stable #291786 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 diff --git a/sci-mathematics/coq/coq-8.2_p1-r1.ebuild b/sci-mathematics/coq/coq-8.2_p1-r1.ebuild index ce857f40137f..45c0351d06e5 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.2 2009/10/15 10:51:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.2_p1-r1.ebuild,v 1.3 2009/11/08 20:29:04 nixnut Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://coq.inria.fr/distrib/V${MY_PV}/files/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc ~x86" IUSE="norealanalysis gtk debug +ocamlopt doc" RDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] |