diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-08 13:33:36 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-08 13:33:36 +0000 |
commit | af5aff1f294c4cb7b46f30646ca927f204396193 (patch) | |
tree | 4010a626ed33efa559744f0f64e22cf76cce9e6b /app-emacs/ocaml-mode | |
parent | FreeBSD requires install-sh, but usptream don't have it marked exec, #195076 (diff) | |
download | gentoo-2-af5aff1f294c4cb7b46f30646ca927f204396193.tar.gz gentoo-2-af5aff1f294c4cb7b46f30646ca927f204396193.tar.bz2 gentoo-2-af5aff1f294c4cb7b46f30646ca927f204396193.zip |
stable x86, bug 195095
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index 5915d5935445..c5940cbe9bbf 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/ocaml-mode # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.13 2007/10/08 13:21:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.14 2007/10/08 13:33:36 opfer Exp $ + + 08 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + ocaml-mode-3.09.3-r1.ebuild: + stable x86, bug 195095 *ocaml-mode-3.10.0 (08 Oct 2007) diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild index 92e3bb7d8959..598cebd0d94f 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.09.3-r1.ebuild,v 1.3 2007/07/13 07:25:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild,v 1.4 2007/10/08 13:33:36 opfer Exp $ inherit elisp @@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc x86" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |