diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 14:35:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 14:35:20 +0000 |
commit | a0436499820f606f8523ec2d571fc5b5d36e1850 (patch) | |
tree | 1e26093f4255cce71998c8a5f56b45ad4cf9714c /app-emacs/ocaml-mode | |
parent | Stable on amd64 wrt bug #351493 (diff) | |
download | gentoo-2-a0436499820f606f8523ec2d571fc5b5d36e1850.tar.gz gentoo-2-a0436499820f606f8523ec2d571fc5b5d36e1850.tar.bz2 gentoo-2-a0436499820f606f8523ec2d571fc5b5d36e1850.zip |
Stable on amd64 wrt bug #272454
(Portage version: 2.1.9.33/cvs/Linux x86_64)
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.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index 8da82b1c1a92..fc52e007802d 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.41 2011/01/20 14:11:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.42 2011/01/20 14:35:20 hwoarang Exp $ + + 20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ocaml-mode-3.11.2.ebuild: + Stable on amd64 wrt bug #272454 20 Jan 2011; Christian Faulhammer <fauli@gentoo.org> ocaml-mode-3.11.2.ebuild: diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild index 66f28b1f3fe5..8aaeb3d4f096 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.11.2.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.11.2.ebuild,v 1.2 2011/01/20 14:11:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild,v 1.3 2011/01/20 14:35:20 hwoarang Exp $ EAPI=3 @@ -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" |