blob: 151361229093245e737ce38da3be0149455b515e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.3.0.ebuild,v 1.5 2004/09/09 16:11:54 caleb Exp $
inherit kde-dist
DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..."
KEYWORDS="x86 ~amd64 ppc64 ~sparc ppc"
IUSE="pda crypt"
DEPEND="pda? ( app-pda/pilot-link dev-libs/libmal )
crypt? ( >=app-crypt/gpgme-0.4.0 )"
# crypt? ( >=app-crypt/gpgme-0.4.5 )"
src_compile() {
use crypt && export GPGME_CONFIG="/usr/bin/gpgme4-config"
kde_src_compile
}
|