diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/binclock/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/binclock/binclock-1.7.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/app-emacs/binclock/ChangeLog b/app-emacs/binclock/ChangeLog index 0021a2b6946e..898a7ad2696f 100644 --- a/app-emacs/binclock/ChangeLog +++ b/app-emacs/binclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/binclock # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/ChangeLog,v 1.5 2004/08/20 20:59:21 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/ChangeLog,v 1.6 2004/11/14 09:59:29 usata Exp $ + + 14 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> binclock-1.7.ebuild: + Stable on ppc. 20 Aug 2004; Tom Gall <tgall@gentoo.org> binclock-1.7.ebuild: stable on ppc64, bug #58503 diff --git a/app-emacs/binclock/binclock-1.7.ebuild b/app-emacs/binclock/binclock-1.7.ebuild index 72755a140e4d..165dfbad7384 100644 --- a/app-emacs/binclock/binclock-1.7.ebuild +++ b/app-emacs/binclock/binclock-1.7.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/binclock/binclock-1.7.ebuild,v 1.8 2004/08/20 20:59:21 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/binclock-1.7.ebuild,v 1.9 2004/11/14 09:59:29 usata Exp $ inherit elisp @@ -11,14 +11,12 @@ HOMEPAGE="http://www.davep.org/emacs/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ppc64" - -DEPEND="virtual/emacs" +KEYWORDS="x86 ppc ppc64" SITEFILE=50binclock-gentoo.el src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el + elisp-comp *.el } src_install() { |