diff options
Diffstat (limited to 'kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild')
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild index f18c3c776bc8..106ebce958a3 100644 --- a/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild +++ b/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild,v 1.9 2006/09/03 15:29:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild,v 1.10 2006/09/26 21:53:11 deathwing00 Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -11,8 +11,9 @@ DESCRIPTION="KDE PIM exchange library" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkcal)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" + +RDEPEND="${DEPEND}" KMCOPYLIB="libkcal libkcal" # libkcal is installed because a lot of headers are needed, but it don't have to be compiled |