# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" KMNAME="${PN/-*/}" KMMODULE="${PN/*-/}" inherit kde4-meta DESCRIPTION="KDE SDK Scripts" KEYWORDS="" IUSE="+handbook debug" src_prepare() { # bug 275069 sed -ie 's:colorsvn::' scripts/CMakeLists.txt || die kde4-meta_src_prepare }