From 51a5582daa4aa6d26e4c7f0bcf86c1b09df1a874 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Mon, 1 Nov 2004 11:12:38 +0000 Subject: Stable on x86. Added to ~alpha and ~ppc-macos. --- app-emacs/jam-mode/jam-mode-0.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-emacs/jam-mode/jam-mode-0.1.ebuild') diff --git a/app-emacs/jam-mode/jam-mode-0.1.ebuild b/app-emacs/jam-mode/jam-mode-0.1.ebuild index 86a7b2d6026f..0ceb6169e08c 100644 --- a/app-emacs/jam-mode/jam-mode-0.1.ebuild +++ b/app-emacs/jam-mode/jam-mode-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/jam-mode-0.1.ebuild,v 1.4 2004/06/24 22:16:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/jam-mode-0.1.ebuild,v 1.5 2004/11/01 11:09:33 usata Exp $ inherit elisp @@ -9,14 +9,14 @@ HOMEPAGE="http://www.tenfoot.uklinux.net/emacs/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~alpha ~ppc-macos" IUSE="" -DEPEND="virtual/emacs" +DEPEND="" SITEFILE=70jam-mode-gentoo.el src_compile() { - emacs --no-site-file --no-init-file -batch -f batch-byte-compile *.el + elisp-compile *.el } src_install() { -- cgit v1.2.3-65-gdbad