diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-27 09:48:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-27 09:48:20 +0000 |
commit | a2bd677064e595cf0639a223732b27554ab0fd1c (patch) | |
tree | 0caa11288857046ba5a840e0828bd178e6c793fb /sci-mathematics | |
parent | Stable for amd64, wrt bug #530316 (diff) | |
download | gentoo-2-a2bd677064e595cf0639a223732b27554ab0fd1c.tar.gz gentoo-2-a2bd677064e595cf0639a223732b27554ab0fd1c.tar.bz2 gentoo-2-a2bd677064e595cf0639a223732b27554ab0fd1c.zip |
Stable for amd64, wrt bug #553322
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.4_p5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index a33cc3295435..85ccaafe0c73 100644 --- a/sci-mathematics/coq/ChangeLog +++ b/sci-mathematics/coq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/coq # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.86 2015/03/20 07:55:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.87 2015/06/27 09:48:20 ago Exp $ + + 27 Jun 2015; Agostino Sarubbo <ago@gentoo.org> coq-8.4_p5.ebuild: + Stable for amd64, wrt bug #553322 20 Mar 2015; Justin Lecher <jlec@gentoo.org> files/coqide.desktop: Fix desktop file diff --git a/sci-mathematics/coq/coq-8.4_p5.ebuild b/sci-mathematics/coq/coq-8.4_p5.ebuild index cdae7204a41b..f8bb97a5ed28 100644 --- a/sci-mathematics/coq/coq-8.4_p5.ebuild +++ b/sci-mathematics/coq/coq-8.4_p5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.4_p5.ebuild,v 1.3 2015/02/15 06:46:47 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.4_p5.ebuild,v 1.4 2015/06/27 09:48:20 ago Exp $ EAPI="5" @@ -15,7 +15,7 @@ SRC_URI="http://${PN}.inria.fr/distrib/V${MY_PV}/files/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="gtk debug +ocamlopt doc camlp5" RDEPEND=" |