diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-01-20 14:11:17 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-01-20 14:11:17 +0000 |
commit | a2834186d8f7890faba244745fb00380536e6b56 (patch) | |
tree | 45e75110967e55cfd4a2aaadae83304ca58baf25 /app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild | |
parent | stable x86, bug 349972 (diff) | |
download | gentoo-2-a2834186d8f7890faba244745fb00380536e6b56.tar.gz gentoo-2-a2834186d8f7890faba244745fb00380536e6b56.tar.bz2 gentoo-2-a2834186d8f7890faba244745fb00380536e6b56.zip |
stable x86, bug 272454
(Portage version: 2.1.9.34/cvs/Linux i686)
Diffstat (limited to 'app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild')
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild index 40ae029ef762..66f28b1f3fe5 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.11.2.ebuild,v 1.1 2011/01/19 17:37:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.11.2.ebuild,v 1.2 2011/01/20 14:11:17 fauli Exp $ EAPI=3 @@ -14,7 +14,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |