blob: d4f09f868e62427639a350360ecd59c5889f7d97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.3.2.ebuild,v 1.6 2005/02/08 17:08:12 greg_g Exp $
inherit eutils kde-dist
IUSE=""
DESCRIPTION="KDE SDK: Cervisia, KBabel, KCachegrind, Kompare, Umbrello,..."
KEYWORDS="x86 amd64 sparc ppc hppa"
DEPEND="x86? ( dev-util/callgrind )
media-gfx/graphviz
sys-devel/flex"
RDEPEND="$DEPEND
dev-util/cvs"
src_unpack()
{
kde_src_unpack
}
|