# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" KMNAME=kdeutils inherit kde4svn-meta DESCRIPTION="A tool to create interactive applets for the KDE desktop." KEYWORDS="" IUSE="debug htmlhandbook python" COMMONDEPEND=" kde-base/qimageblitz >=kde-base/libplasma-$PV:${SLOT} python? ( dev-lang/python )" DEPEND="${COMMONDEPEND}" RDEPEND="${COMMONDEPEND}" PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" ) src_compile() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with python PythonLibs)" kde4overlay-meta_src_compile }