diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-06-21 20:29:02 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-06-21 20:29:02 +0000 |
commit | 1d62f315280e77a9f9be73a0dc29308060bfb375 (patch) | |
tree | 4fa1a3e55f1b790dacaafbf0d3884477e5fd3041 /app-emacs/ocaml-mode | |
parent | Stable on ppc64; bug #228687 (diff) | |
download | historical-1d62f315280e77a9f9be73a0dc29308060bfb375.tar.gz historical-1d62f315280e77a9f9be73a0dc29308060bfb375.tar.bz2 historical-1d62f315280e77a9f9be73a0dc29308060bfb375.zip |
Stable on ppc64; bug #228689
Package-Manager: portage-2.1.4.4
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 ceddc7461dc4..68a676661f64 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.31 2008/06/21 14:54:07 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.32 2008/06/21 20:29:02 corsair Exp $ + + 21 Jun 2008; Markus Rothe <corsair@gentoo.org> ocaml-mode-3.10.2.ebuild: + Stable on ppc64; bug #228689 21 Jun 2008; nixnut <nixnut@gentoo.org> ocaml-mode-3.10.2.ebuild: Stable on ppc wrt bug 228689 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 b1f25658acf0..c92286c1c5f7 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.3 2008/06/21 14:54:07 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild,v 1.4 2008/06/21 20:29:02 corsair 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" |