summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-04 03:02:14 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-04 03:02:14 +0000
commit1fdab297f025558e87687c05f623db8acee4c451 (patch)
treea4c11ea5cf3180f80cc5806b61be3b05f8f83282 /app-emacs/edb
parentapp-admin/testdisk:ntfs added (diff)
downloadgentoo-2-1fdab297f025558e87687c05f623db8acee4c451.tar.gz
gentoo-2-1fdab297f025558e87687c05f623db8acee4c451.tar.bz2
gentoo-2-1fdab297f025558e87687c05f623db8acee4c451.zip
Don't assign default to S.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emacs/edb')
-rw-r--r--app-emacs/edb/edb-1.25.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-emacs/edb/edb-1.25.ebuild b/app-emacs/edb/edb-1.25.ebuild
index 1cac76a7f40f..76157e091dd9 100644
--- a/app-emacs/edb/edb-1.25.ebuild
+++ b/app-emacs/edb/edb-1.25.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/edb-1.25.ebuild,v 1.1 2005/09/04 01:51:43 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/edb-1.25.ebuild,v 1.2 2005/09/04 03:02:14 swegener Exp $
-inherit eutils elisp
+inherit elisp
DESCRIPTION="EDB, The Emacs Database"
HOMEPAGE="http://www.glug.org/people/ttn/software/edb/"
@@ -16,11 +16,9 @@ DEPEND="virtual/emacs"
SITEFILE="50edb-gentoo.el"
-S=${WORKDIR}/${P}
-
src_compile() {
econf || die
- make || die # parallelism not supported
+ emake -j1 || die
}
src_install() {