summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/ecb/ecb-2.24.ebuild')
-rw-r--r--app-emacs/ecb/ecb-2.24.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/ecb/ecb-2.24.ebuild b/app-emacs/ecb/ecb-2.24.ebuild
index d2237ac0421b..e8e6c80ef86f 100644
--- a/app-emacs/ecb/ecb-2.24.ebuild
+++ b/app-emacs/ecb/ecb-2.24.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/ecb/ecb-2.24.ebuild,v 1.5 2004/08/27 12:41:08 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.24.ebuild,v 1.6 2004/09/23 05:30:24 usata Exp $
inherit elisp
@@ -9,12 +9,16 @@ HOMEPAGE="http://ecb.sourceforge.net/"
SRC_URI="mirror://sourceforge/ecb/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE="java"
DEPEND="virtual/emacs
- >=app-emacs/speedbar-0.14_beta4
- >=app-emacs/semantic-1.4
- >=app-emacs/eieio-0.17
+ || (
+ ( >=app-emacs/speedbar-0.14_beta4
+ >=app-emacs/semantic-1.4
+ >=app-emacs/eieio-0.17
+ )
+ app-emacs/cedet
+ )
java? ( app-emacs/jde )"
src_unpack() {