diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-06 19:26:46 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-06 19:26:46 +0000 |
commit | 19391bf603288fa00824528df5635b3ba6fb97b8 (patch) | |
tree | bc36f7a8cb61912e53c8300db1d525cf962fb118 /sci-mathematics | |
parent | Added ~ppc; bug #195815 (diff) | |
download | gentoo-2-19391bf603288fa00824528df5635b3ba6fb97b8.tar.gz gentoo-2-19391bf603288fa00824528df5635b3ba6fb97b8.tar.bz2 gentoo-2-19391bf603288fa00824528df5635b3ba6fb97b8.zip |
amd64/x86 stable, bug #215746
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.1_p3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index 9cc10f72c7e5..fe46493bb7dd 100644 --- a/sci-mathematics/coq/ChangeLog +++ b/sci-mathematics/coq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/coq # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.29 2008/04/03 01:24:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.30 2008/04/06 19:26:46 maekke Exp $ + + 06 Apr 2008; Markus Meier <maekke@gentoo.org> coq-8.1_p3.ebuild: + amd64/x86 stable, bug #215746 03 Apr 2008; Brent Baude <ranger@gentoo.org> coq-8.1_p3.ebuild: stable ppc, bug 215746 diff --git a/sci-mathematics/coq/coq-8.1_p3.ebuild b/sci-mathematics/coq/coq-8.1_p3.ebuild index 477161f8020c..569784b6a247 100644 --- a/sci-mathematics/coq/coq-8.1_p3.ebuild +++ b/sci-mathematics/coq/coq-8.1_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.1_p3.ebuild,v 1.7 2008/04/03 01:24:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.1_p3.ebuild,v 1.8 2008/04/06 19:26:46 maekke Exp $ inherit eutils multilib @@ -19,7 +19,7 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/${PN}/V${MY_PV}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc x86" DEPEND="|| ( ( >=dev-lang/ocaml-3.10 >=dev-ml/camlp5-5.01 ) <dev-lang/ocaml-3.10 ) >=dev-lang/ocaml-3.08 |