diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-10-29 14:09:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-10-29 14:09:32 +0000 |
commit | 9b09f34a617d24528d7bacdef48677b5be4ae6ad (patch) | |
tree | 798c16a9c453426edbd28a84ec394ffb7689264c /app-emacs/ocaml-mode | |
parent | Sparc stable --- Bug #197414 --- builds and works (also add quotes to quiet r... (diff) | |
download | gentoo-2-9b09f34a617d24528d7bacdef48677b5be4ae6ad.tar.gz gentoo-2-9b09f34a617d24528d7bacdef48677b5be4ae6ad.tar.bz2 gentoo-2-9b09f34a617d24528d7bacdef48677b5be4ae6ad.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.3.16)
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 fd411e3f98bb..4699d4d99cc7 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.22 2007/10/29 13:32:21 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.23 2007/10/29 14:09:32 flameeyes Exp $ + + 29 Oct 2007; Diego Pettenò <flameeyes@gentoo.org> + ocaml-mode-3.09.3-r1.ebuild, ocaml-mode-3.10.0.ebuild: + Add ~x86-fbsd keyword. 29 Oct 2007; Ulrich Mueller <ulm@gentoo.org> files/50ocaml-mode-gentoo.el: Autoload camldebug in site-init file, fixes bug #197405. 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 93b09dc93335..5a9009dcef61 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.9 2007/10/28 13:26:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild,v 1.10 2007/10/29 14:09:32 flameeyes 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" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" 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 a849ea51d8ae..c16dbc98add4 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.5 2007/10/28 13:26:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild,v 1.6 2007/10/29 14:09:32 flameeyes 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |