diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-22 18:10:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-22 18:10:23 +0000 |
commit | 29c31e2e7988ae3b20f45a62d2ab4e771950e066 (patch) | |
tree | fe4da208b176135180ae5d204524ef3ff219a8af | |
parent | Version bump, keyworded ~amd64, bug #209304 (diff) | |
download | gentoo-2-29c31e2e7988ae3b20f45a62d2ab4e771950e066.tar.gz gentoo-2-29c31e2e7988ae3b20f45a62d2ab4e771950e066.tar.bz2 gentoo-2-29c31e2e7988ae3b20f45a62d2ab4e771950e066.zip |
alpha/ia64/sparc stable wrt #228689
(Portage version: 2.1.4.4)
-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 68a676661f64..403b94e3963f 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.32 2008/06/21 20:29:02 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.33 2008/06/22 18:10:23 armin76 Exp $ + + 22 Jun 2008; Raúl Porcel <armin76@gentoo.org> ocaml-mode-3.10.2.ebuild: + alpha/ia64/sparc stable wrt #228689 21 Jun 2008; Markus Rothe <corsair@gentoo.org> ocaml-mode-3.10.2.ebuild: Stable on ppc64; 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 c92286c1c5f7..789742aa7b63 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.4 2008/06/21 20:29:02 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild,v 1.5 2008/06/22 18:10:23 armin76 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" |