diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-10-11 12:55:09 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-10-11 12:55:09 +0000 |
commit | 2f2662446cf63b663338d5f850a40ec9177862de (patch) | |
tree | 6b2be84ab68fd9735fd083f2286ab47515a5ef5e /app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild | |
parent | Fixed issue similar to bug #195074, thanks to vapier for his binutils fix whi... (diff) | |
download | gentoo-2-2f2662446cf63b663338d5f850a40ec9177862de.tar.gz gentoo-2-2f2662446cf63b663338d5f850a40ec9177862de.tar.bz2 gentoo-2-2f2662446cf63b663338d5f850a40ec9177862de.zip |
stable ppc, bug #195095
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild')
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 598cebd0d94f..d2459f53edf6 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.4 2007/10/08 13:33:36 opfer Exp $ +# $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 $ 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 x86" IUSE="" S="${WORKDIR}/${MY_P}/emacs" |