diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 13:29:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 13:29:19 +0000 |
commit | 614493bd1bfc4297dd7f9f305116e887bb600426 (patch) | |
tree | 9ac89a83b460c0f7adad0546fba60cca9307feac /dev-ml/camlp5 | |
parent | Stable for amd64, wrt bug #522708 (diff) | |
download | gentoo-2-614493bd1bfc4297dd7f9f305116e887bb600426.tar.gz gentoo-2-614493bd1bfc4297dd7f9f305116e887bb600426.tar.bz2 gentoo-2-614493bd1bfc4297dd7f9f305116e887bb600426.zip |
Stable for amd64, wrt bug #535126
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 9cf5bad09d00..edf2749cc278 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.83 2014/10/23 14:00:29 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.84 2015/05/21 13:29:19 ago Exp $ + + 21 May 2015; Agostino Sarubbo <ago@gentoo.org> camlp5-6.12.ebuild: + Stable for amd64, wrt bug #535126 *camlp5-6.12 (23 Oct 2014) diff --git a/dev-ml/camlp5/camlp5-6.12.ebuild b/dev-ml/camlp5/camlp5-6.12.ebuild index d84a387bea51..12bff7d1ff83 100644 --- a/dev-ml/camlp5/camlp5-6.12.ebuild +++ b/dev-ml/camlp5/camlp5-6.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.12.ebuild,v 1.1 2014/10/23 14:00:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.12.ebuild,v 1.2 2015/05/21 13:29:19 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]" |