diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-12-22 16:35:14 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-12-22 16:35:14 +0000 |
commit | 780ba3c3ac97c16ccaf494dbff87154a7164b447 (patch) | |
tree | f451fef85605539be09325c071676b18ca6bfbd9 /dev-ml | |
parent | Stable for HPPA (bug #494692). (diff) | |
download | gentoo-2-780ba3c3ac97c16ccaf494dbff87154a7164b447.tar.gz gentoo-2-780ba3c3ac97c16ccaf494dbff87154a7164b447.tar.bz2 gentoo-2-780ba3c3ac97c16ccaf494dbff87154a7164b447.zip |
Stable for amd64 wrt bug #492048
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index a9fc1bff4377..3702bc34b787 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.78 2013/12/21 15:51:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.79 2013/12/22 16:35:14 nimiux Exp $ + + 22 Dec 2013; Chema Alonso <nimiux@gentoo.org> camlp5-6.11.ebuild: + Stable for amd64 wrt bug #492048 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> camlp5-6.11.ebuild: Stable for ppc, wrt bug #492048 diff --git a/dev-ml/camlp5/camlp5-6.11.ebuild b/dev-ml/camlp5/camlp5-6.11.ebuild index 4a96a2a9eca3..92e0fbde7a18 100644 --- a/dev-ml/camlp5/camlp5-6.11.ebuild +++ b/dev-ml/camlp5/camlp5-6.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.2 2013/12/21 15:51:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.3 2013/12/22 16:35:14 nimiux Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/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?]" |