summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-12-01 13:11:37 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-12-01 13:11:37 +0000
commitf51c6ad57b0d281b5b6518d6e50ef23c521c4511 (patch)
tree9630f8b8638c4ce6cac3b4e7a1dea0d99dd0116b /kde-base/kcron/kcron-3.5.0.ebuild
parent1.11.13-r1 to stable amd64 (diff)
downloadhistorical-f51c6ad57b0d281b5b6518d6e50ef23c521c4511.tar.gz
historical-f51c6ad57b0d281b5b6518d6e50ef23c521c4511.tar.bz2
historical-f51c6ad57b0d281b5b6518d6e50ef23c521c4511.zip
Add virtual/cron dependency.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'kde-base/kcron/kcron-3.5.0.ebuild')
-rw-r--r--kde-base/kcron/kcron-3.5.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-base/kcron/kcron-3.5.0.ebuild b/kde-base/kcron/kcron-3.5.0.ebuild
index 6f33d86e8413..71f620ea62e2 100644
--- a/kde-base/kcron/kcron-3.5.0.ebuild
+++ b/kde-base/kcron/kcron-3.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-3.5.0.ebuild,v 1.2 2005/11/29 04:44:04 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-3.5.0.ebuild,v 1.3 2005/12/01 13:08:37 greg_g Exp $
KMNAME=kdeadmin
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -9,5 +9,6 @@ inherit kde-meta
DESCRIPTION="KDE Task Scheduler"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
-DEPEND=""
+DEPEND=""
+RDEPEND="virtual/cron"