diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 07:17:15 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 07:17:15 +0000 |
commit | cf45a94130569d85d405da6ecb9dc21bd43d8e81 (patch) | |
tree | b3a83b24ee9960daa0689c18a6a8def535bb0623 /app-emacs | |
parent | Unmasks and other fixes, see ChangeLogs for details. (Manifest recommit) (diff) | |
download | gentoo-2-cf45a94130569d85d405da6ecb9dc21bd43d8e81.tar.gz gentoo-2-cf45a94130569d85d405da6ecb9dc21bd43d8e81.tar.bz2 gentoo-2-cf45a94130569d85d405da6ecb9dc21bd43d8e81.zip |
Fixup variable.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild index 957bc20f2134..9b659a30a49d 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild,v 1.1 2004/04/11 12:16:30 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild,v 1.2 2004/04/14 07:17:15 aliz Exp $ inherit elisp @@ -13,8 +13,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P}/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc -" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/emacs" |