blob: d6004baa5662b5a64ec6797f1237f3297643482c [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_HANDBOOK="true"
inherit kde5
DESCRIPTION="KDE Development Scripts"
KEYWORDS=" ~amd64 ~x86"
IUSE=""
DEPEND="$(add_frameworks_dep kdoctools)" # to use ECM instead of kdelibs4
RDEPEND="
app-arch/advancecomp
media-gfx/optipng
dev-perl/XML-DOM
"
src_prepare() {
# bug 275069
sed -ie 's:colorsvn::' CMakeLists.txt || die
kde5_src_prepare
}