diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 11:46:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 12:25:53 +0100 |
commit | a35387bb618110a7379e502a6582fece1160bc48 (patch) | |
tree | 4f7163145e16da383e3460c02432c30d652c3c3c /kde-apps/kdeadmin-meta | |
parent | kde-apps/kmouth: 21.12.0 version bump (diff) | |
download | gentoo-a35387bb618110a7379e502a6582fece1160bc48.tar.gz gentoo-a35387bb618110a7379e502a6582fece1160bc48.tar.bz2 gentoo-a35387bb618110a7379e502a6582fece1160bc48.zip |
kde-apps/kdeadmin-meta: 21.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdeadmin-meta')
-rw-r--r-- | kde-apps/kdeadmin-meta/kdeadmin-meta-21.12.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-21.12.0.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-21.12.0.ebuild new file mode 100644 index 000000000000..4b0cd72ba05d --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-21.12.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="+cron" + +RDEPEND=" + >=kde-apps/ksystemlog-${PV}:${SLOT} + cron? ( >=kde-apps/kcron-${PV}:${SLOT} ) +" |