diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:55:05 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:55:05 +0000 |
commit | e6f1768a77310c48d61e2ba56bbd04eafb28b7e5 (patch) | |
tree | 39405bc8a1ba7beb7204405be3e0ab05091ed581 /app-emacs | |
parent | x86 stable wrt bug #375349 (diff) | |
download | gentoo-2-e6f1768a77310c48d61e2ba56bbd04eafb28b7e5.tar.gz gentoo-2-e6f1768a77310c48d61e2ba56bbd04eafb28b7e5.tar.bz2 gentoo-2-e6f1768a77310c48d61e2ba56bbd04eafb28b7e5.zip |
x86 stable wrt bug #396019
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index c3275fb956d3..c18537cfe242 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,10 @@ # 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.53 2011/12/30 04:50:56 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.54 2012/01/04 17:55:05 phajdan.jr Exp $ + + 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + ocaml-mode-3.12.1.ebuild: + x86 stable wrt bug #396019 30 Dec 2011; Jeroen Roovers <jer@gentoo.org> ocaml-mode-3.12.1.ebuild: Stable for HPPA (bug #396019). 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 dc86515df2bf..2b1228d9f037 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 +# Copyright 1999-2012 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.3 2011/12/30 04:50:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild,v 1.4 2012/01/04 17:55:05 phajdan.jr 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" |