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.10.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 f7a48c6f901e..ceddc7461dc4 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ocaml-mode # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.30 2008/06/21 08:40:28 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.31 2008/06/21 14:54:07 nixnut Exp $ + + 21 Jun 2008; nixnut <nixnut@gentoo.org> ocaml-mode-3.10.2.ebuild: + Stable on ppc wrt bug 228689 21 Jun 2008; Christian Faulhammer <opfer@gentoo.org> ocaml-mode-3.10.2.ebuild: diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild index b0ff6d0e709d..b1f25658acf0 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.10.2.ebuild,v 1.2 2008/06/21 08:40:28 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild,v 1.3 2008/06/21 14:54:07 nixnut 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="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |