blob: 2fd74cc0b77d824befd94f340a4be9529156a994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.2.3.ebuild,v 1.7 2004/08/12 19:55:05 pvdabeel Exp $
inherit kde-dist
IUSE=""
DESCRIPTION="KDE SDK: kbabel, ..."
KEYWORDS="x86 sparc amd64 ppc hppa"
DEPEND="!dev-util/umbrello
!dev-util/kcachegrind
x86? ( >=dev-util/calltree-0.9.1 )
media-gfx/graphviz
sys-devel/flex"
RDEPEND="$DEPEND"
|