# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" KMNAME=kdepim inherit kde4overlay-meta DESCRIPTION="KDE library for encryption handling." KEYWORDS="" IUSE="debug" DEPEND="app-crypt/gnupg >=kde-base/kdepimlibs-${PV}:${SLOT}" RDEPEND="${DEPEND}" KMSAVELIBS="true" src_compile() { mycmakeargs="${mycmakeargs} -DWITH_QGpgme=ON" kde4overlay-meta_src_compile }