diff options
author | 2004-09-23 05:25:16 +0000 | |
---|---|---|
committer | 2004-09-23 05:25:16 +0000 | |
commit | ce7423fde5735411d4adc6efa017145af9ecc2cb (patch) | |
tree | 0a23fb299f040061a6d65ecd2486dd313623b591 /app-emacs/semantic/semantic-1.4.4-r1.ebuild | |
parent | Blocks app-emacs/cedet. (Manifest recommit) (diff) | |
download | gentoo-2-ce7423fde5735411d4adc6efa017145af9ecc2cb.tar.gz gentoo-2-ce7423fde5735411d4adc6efa017145af9ecc2cb.tar.bz2 gentoo-2-ce7423fde5735411d4adc6efa017145af9ecc2cb.zip |
Blocks app-emacs/cedet. Removed old ebuilds.
Diffstat (limited to 'app-emacs/semantic/semantic-1.4.4-r1.ebuild')
-rw-r--r-- | app-emacs/semantic/semantic-1.4.4-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emacs/semantic/semantic-1.4.4-r1.ebuild b/app-emacs/semantic/semantic-1.4.4-r1.ebuild index f317881b3ab8..8d2c27a883bf 100644 --- a/app-emacs/semantic/semantic-1.4.4-r1.ebuild +++ b/app-emacs/semantic/semantic-1.4.4-r1.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/semantic/semantic-1.4.4-r1.ebuild,v 1.5 2004/06/24 22:22:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/semantic/semantic-1.4.4-r1.ebuild,v 1.6 2004/09/23 05:25:16 usata Exp $ inherit elisp @@ -11,11 +11,12 @@ HOMEPAGE="http://cedet.sourceforge.net/semantic.shtml" SRC_URI="mirror://sourceforge/cedet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 amd64 ~ppc" +KEYWORDS="x86 amd64 ~ppc" DEPEND="virtual/emacs >=app-emacs/speedbar-0.14_beta4 - >=app-emacs/eieio-0.17" + >=app-emacs/eieio-0.17 + !app-emacs/cedet" src_compile() { make LOADPATH="${SITELISP}/speedbar ${SITELISP}/eieio" || die |