blob: 8ff1129e6fe52c6f115fa98109a068aae74ffffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.3.0_alpha1.ebuild,v 1.1 2004/05/26 22:36:15 caleb Exp $
inherit kde-dist
IUSE=""
DESCRIPTION="KDE SDK: kbabel, ..."
KEYWORDS="~x86"
DEPEND="!dev-util/kcachegrind
x86? ( >=dev-util/calltree-0.9.1 )
media-gfx/graphviz
sys-devel/flex"
RDEPEND="$DEPEND"
|