# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" KMNAME="kdepim" inherit kde4-meta DESCRIPTION="KMail Import Filters" KEYWORDS="" IUSE="debug" DEPEND=" app-crypt/gpgme " RDEPEND="${DEPEND} app-crypt/gnupg " # xml targets from kmail are being uncommented by kde4-meta.eclass KMEXTRACTONLY=" kmail/ " src_configure() { mycmakeargs="${mycmakeargs} -DWITH_QGpgme=ON" kde4-meta_src_configure }