# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" KMNAME=kdepim inherit kde4svn-meta DESCRIPTION="KDE library to compute holidays." KEYWORDS="" IUSE="debug" src_test() { sed -i -e '/testlunar/ s/^/#DONOTRUNTEST /' "${S}"/${PN}/tests/CMakeLists.txt \ || die "sed to disable kcal-testlunar failed" kde4overlay-meta_src_test }