summaryrefslogtreecommitdiff
blob: 37bfdfac4def1be06d487b9f14565ac06951c213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.6.ebuild,v 1.5 2003/02/15 07:28:58 gerk Exp $

inherit kde-base

need-kde 3

IUSE=""
DESCRIPTION="A Graphical Debugger Interface to gdb"
SRC_URI="mirror://sourceforge/kdbg/${P}.tar.gz"
HOMEPAGE="http://members.nextra.at/johsixt/kdbg.html"

myconf="${myconf} --with-kde-version=3"

export LIBQTMT="-lqt-mt"

LICENSE="GPL-2"
KEYWORDS="x86 ~sparc  ~ppc"

RDEPEND=">=sys-devel/gdb-5.0"