summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdepim/kdepim-3.3.1.ebuild')
-rw-r--r--kde-base/kdepim/kdepim-3.3.1.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/kde-base/kdepim/kdepim-3.3.1.ebuild b/kde-base/kdepim/kdepim-3.3.1.ebuild
index 8ae4687006a6..94374b07ad3f 100644
--- a/kde-base/kdepim/kdepim-3.3.1.ebuild
+++ b/kde-base/kdepim/kdepim-3.3.1.ebuild
@@ -1,15 +1,21 @@
# 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.1.ebuild,v 1.8 2004/11/06 18:29:27 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.3.1.ebuild,v 1.9 2004/11/07 15:02:52 usata Exp $
inherit kde-dist eutils
DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..."
KEYWORDS="~amd64 ~hppa sparc x86 ~ppc ~alpha ~ppc64"
-IUSE="crypt gnokii pda"
+IUSE="crypt gnokii pda cjk"
DEPEND=">=kde-base/kdebase-3.3.0
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( net-dialup/gnokii )
crypt? ( >=app-crypt/gpgme-0.9.0-r1 )"
+
+src_unpack() {
+ kde_src_unpack
+ cd ${S}
+ use cjk && epatch ${FILESDIR}/kdepim-3.2.3-cjk.diff
+}