diff options
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index c391861caac5..f8f06997e36f 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ocaml-mode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.49 2011/12/25 23:50:55 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.50 2011/12/26 12:37:18 ago Exp $ + + 26 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ocaml-mode-3.12.1.ebuild: + Stable for AMD64, wrt bug #396019 25 Dec 2011; Ulrich Mueller <ulm@gentoo.org> -ocaml-mode-3.12.0.ebuild: Remove intermediate version. diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild index 92c417924d5c..268e264482b8 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild,v 1.1 2011/11/21 13:14:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild,v 1.2 2011/12/26 12:37:18 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |