# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-4.6.0.ebuild,v 1.2 2014/03/13 09:48:04 johu Exp $ EAPI=5 inherit kde4-base DESCRIPTION="Kscope4 is a cscope GUI frontend for KDE4 / Qt4" LICENSE="GPL-2" IUSE="debug" SRC_URI="mirror://sourceforge/kscope4/${P}.tar.xz" SLOT=4 if [[ $PV == *9999* ]]; then KEYWORDS="" else KEYWORDS="~amd64 ~ppc ~x86" fi DEPEND=" $(add_kdebase_dep katepart) !dev-util/kscope " RDEPEND="${DEPEND} " src_configure() { kde4-base_src_configure }