diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:55:05 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:55:05 +0000 |
commit | f499fe643825b788ceee19983d98e441d4bae37d (patch) | |
tree | cd8413f0420844597463f0abd16d69f7c9252a98 /app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild | |
parent | x86 stable wrt bug #375349 (diff) | |
download | historical-f499fe643825b788ceee19983d98e441d4bae37d.tar.gz historical-f499fe643825b788ceee19983d98e441d4bae37d.tar.bz2 historical-f499fe643825b788ceee19983d98e441d4bae37d.zip |
x86 stable wrt bug #396019
Package-Manager: portage-2.1.10.41/cvs/Linux i686
Diffstat (limited to 'app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild')
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild index dc86515df2bf..2b1228d9f037 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.12.1.ebuild,v 1.3 2011/12/30 04:50:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild,v 1.4 2012/01/04 17:55:05 phajdan.jr Exp $ EAPI=4 @@ -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" |