diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-10-23 11:23:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-10-23 11:23:46 +0000 |
commit | 59cc8d303c6e35ef73dacd447e97ac7704e235d2 (patch) | |
tree | 78ada5ff05019029fa70f2b0a68e9a29fe66004b /app-emacs/ocaml-mode | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-59cc8d303c6e35ef73dacd447e97ac7704e235d2.tar.gz gentoo-2-59cc8d303c6e35ef73dacd447e97ac7704e235d2.tar.bz2 gentoo-2-59cc8d303c6e35ef73dacd447e97ac7704e235d2.zip |
Add ~alpha/~ia64 wrt #43128
(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 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index d13ed096c7ec..2a872952e20e 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.16 2007/10/22 11:41:16 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.17 2007/10/23 11:23:46 armin76 Exp $ + + 23 Oct 2007; Raúl Porcel <armin76@gentoo.org> + ocaml-mode-3.09.3-r1.ebuild, ocaml-mode-3.10.0.ebuild: + Add ~alpha/~ia64 wrt #43128 22 Oct 2007; Ferris McCormick <fmccor@gentoo.org> ocaml-mode-3.09.3-r1.ebuild, ocaml-mode-3.10.0.ebuild: 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 d24cd3c4f029..5436549be10a 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.6 2007/10/22 11:41:16 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild,v 1.7 2007/10/23 11:23:46 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="~amd64 ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc x86" IUSE="" S="${WORKDIR}/${MY_P}/emacs" diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild index 71a3f07ab4e8..ec4fe06754a4 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.10.0.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.10.0.ebuild,v 1.2 2007/10/22 11:41:16 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild,v 1.3 2007/10/23 11:23:46 armin76 Exp $ inherit elisp @@ -13,7 +13,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P/\.0/}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |