diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-26 21:23:44 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-26 21:23:44 +0000 |
commit | fd62f6f2795df0986b2c907fa42b01feb5af1060 (patch) | |
tree | 71619ac71100db841cc404f883390001a1280d3c /kde-base/ksync/ksync-3.5.2.ebuild | |
parent | Changed sun-jaf-1 to sun-jaf since it's slotted 0 not 1 (diff) | |
download | historical-fd62f6f2795df0986b2c907fa42b01feb5af1060.tar.gz historical-fd62f6f2795df0986b2c907fa42b01feb5af1060.tar.bz2 historical-fd62f6f2795df0986b2c907fa42b01feb5af1060.zip |
Fixed DEPEND/RDEPEND.
Package-Manager: portage-2.1.1
Diffstat (limited to 'kde-base/ksync/ksync-3.5.2.ebuild')
-rw-r--r-- | kde-base/ksync/ksync-3.5.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/ksync/ksync-3.5.2.ebuild b/kde-base/ksync/ksync-3.5.2.ebuild index 5c2e3adeb93e..12afe637d1dc 100644 --- a/kde-base/ksync/ksync-3.5.2.ebuild +++ b/kde-base/ksync/ksync-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/ksync/ksync-3.5.2.ebuild,v 1.9 2006/09/03 15:28:23 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ksync-3.5.2.ebuild,v 1.10 2006/09/26 21:20:28 deathwing00 Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -12,6 +12,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" +RDEPEND="${DEPEND}" KMCOPYLIB=" libkcal libkcal" |