diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-10-22 11:41:16 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-10-22 11:41:16 +0000 |
commit | c1d811d67e8acdbccb9b666eb8aad0dcfe9d18b3 (patch) | |
tree | 933d1681d9b6c38b6354d18ae8ab794fa6ea8760 /app-emacs | |
parent | update ocaml 3.10 mask so that mask reason is a bit more verbose (and fix gra... (diff) | |
download | gentoo-2-c1d811d67e8acdbccb9b666eb8aad0dcfe9d18b3.tar.gz gentoo-2-c1d811d67e8acdbccb9b666eb8aad0dcfe9d18b3.tar.bz2 gentoo-2-c1d811d67e8acdbccb9b666eb8aad0dcfe9d18b3.zip |
Add ~sparc keyword --- Bug #43128
(Portage version: 2.1.3.15)
Diffstat (limited to 'app-emacs')
-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 d20f0d7510bb..d13ed096c7ec 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.15 2007/10/11 12:55:09 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.16 2007/10/22 11:41:16 fmccor Exp $ + + 22 Oct 2007; Ferris McCormick <fmccor@gentoo.org> + ocaml-mode-3.09.3-r1.ebuild, ocaml-mode-3.10.0.ebuild: + Add ~sparc keyword --- Bug #43128 11 Oct 2007; Lars Weiler <pylon@gentoo.org> ocaml-mode-3.09.3-r1.ebuild: stable ppc, bug #195095 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 d2459f53edf6..d24cd3c4f029 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.5 2007/10/11 12:55:09 pylon Exp $ +# $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 $ 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 x86" +KEYWORDS="~amd64 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 5c1aeb41b4c4..71a3f07ab4e8 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.1 2007/10/08 13:21:31 opfer Exp $ +# $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 $ 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="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |