diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-15 09:55:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-15 09:55:29 +0000 |
commit | d45986026372ab1b3d01fd2c2d1d10bdc2801917 (patch) | |
tree | b2ba8b85d9ad94ddf2303e8903d0629c276b51fe /app-emacs/python-mode | |
parent | QA - Don't assign default S. (Manifest recommit) (diff) | |
download | gentoo-2-d45986026372ab1b3d01fd2c2d1d10bdc2801917.tar.gz gentoo-2-d45986026372ab1b3d01fd2c2d1d10bdc2801917.tar.bz2 gentoo-2-d45986026372ab1b3d01fd2c2d1d10bdc2801917.zip |
QA - Don't assign default S.
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r-- | app-emacs/python-mode/python-mode-4.6.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emacs/python-mode/python-mode-4.6.ebuild b/app-emacs/python-mode/python-mode-4.6.ebuild index 3f684180a7e3..4c04857548ba 100644 --- a/app-emacs/python-mode/python-mode-4.6.ebuild +++ b/app-emacs/python-mode/python-mode-4.6.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/python-mode/python-mode-4.6.ebuild,v 1.5 2004/04/03 23:35:30 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.6.ebuild,v 1.6 2004/06/15 09:55:29 kloeri Exp $ inherit elisp @@ -15,8 +15,6 @@ KEYWORDS="x86 ppc" DEPEND="virtual/emacs" -S="${WORKDIR}/${P}" - src_compile() { emacs -batch -eval '(byte-compile-file "python-mode.el")' } |