diff options
Diffstat (limited to 'kde-base/kdepim/kdepim-3.5.5-r2.ebuild')
-rw-r--r-- | kde-base/kdepim/kdepim-3.5.5-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-base/kdepim/kdepim-3.5.5-r2.ebuild b/kde-base/kdepim/kdepim-3.5.5-r2.ebuild index 39d0c2130c3e..e89138dc8fe9 100644 --- a/kde-base/kdepim/kdepim-3.5.5-r2.ebuild +++ b/kde-base/kdepim/kdepim-3.5.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.5-r2.ebuild,v 1.11 2007/01/17 17:42:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.5-r2.ebuild,v 1.12 2007/01/27 15:13:04 flameeyes Exp $ inherit kde-dist @@ -40,5 +40,7 @@ src_compile() { local myconf="--with-sasl $(use_with gnokii)" use crypt && myconf="${myconf} --with-gpg=/usr/bin/gpg" + use pda || DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot" + kde_src_compile } |