diff options
Diffstat (limited to 'kde-base/kcron/kcron-4.3.4.ebuild')
-rw-r--r-- | kde-base/kcron/kcron-4.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kcron/kcron-4.3.4.ebuild b/kde-base/kcron/kcron-4.3.4.ebuild index 727994edcc1c..11e1c6d99783 100644 --- a/kde-base/kcron/kcron-4.3.4.ebuild +++ b/kde-base/kcron/kcron-4.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.3.4.ebuild,v 1.1 2009/12/01 10:10:07 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.3.4.ebuild,v 1.2 2009/12/22 23:24:45 abcd Exp $ EAPI="2" @@ -11,4 +11,4 @@ DESCRIPTION="KDE Task Scheduler" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug +handbook" -RDEPEND="virtual/cron" +RDEPEND="!prefix? ( virtual/cron )" |