diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-03 12:42:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-03 17:38:07 +0100 |
commit | 42eb7531111724456be43c493b1da2ec4034975c (patch) | |
tree | 2f1087bd9adde781892bb9c94edd11893493aa86 /kde-apps/kdeadmin-meta | |
parent | kde-apps/kmouth: 22.08.3 version bump (diff) | |
download | gentoo-42eb7531111724456be43c493b1da2ec4034975c.tar.gz gentoo-42eb7531111724456be43c493b1da2ec4034975c.tar.bz2 gentoo-42eb7531111724456be43c493b1da2ec4034975c.zip |
kde-apps/kdeadmin-meta: 22.08.3 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-22.08.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.3.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.3.ebuild new file mode 100644 index 000000000000..3c6a47944790 --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 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} ) +" |