diff options
Diffstat (limited to 'kde-base/kcron/kcron-4.14.49.9999.ebuild')
-rw-r--r-- | kde-base/kcron/kcron-4.14.49.9999.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kde-base/kcron/kcron-4.14.49.9999.ebuild b/kde-base/kcron/kcron-4.14.49.9999.ebuild new file mode 100644 index 0000000000..b335ae8f29 --- /dev/null +++ b/kde-base/kcron/kcron-4.14.49.9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="" +IUSE="debug" + +RDEPEND="!prefix? ( virtual/cron )" |