app-portage/repoman: make repoman-2.3.8 require portage-2.3.27
[gentoo.git] / kde-apps / kdeadmin-meta / kdeadmin-meta-17.08.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit kde5-meta-pkg
7
8 DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
9 KEYWORDS="amd64 x86"
10 IUSE="+cron"
11
12 RDEPEND="
13         $(add_kdeapps_dep ksystemlog)
14         cron? ( $(add_kdeapps_dep kcron) )
15 "