diff options
author | 2021-10-07 20:49:52 +0200 | |
---|---|---|
committer | 2021-10-07 21:55:43 +0200 | |
commit | 82d488ab6195d996af6f0e70bb178d27872ad4d0 (patch) | |
tree | 35e7f36d8776aaeda5bbd50da18240165780cf1b /kde-apps/kdeadmin-meta | |
parent | kde-apps/kmouth: 21.08.2 version bump (diff) | |
download | gentoo-82d488ab6195d996af6f0e70bb178d27872ad4d0.tar.gz gentoo-82d488ab6195d996af6f0e70bb178d27872ad4d0.tar.bz2 gentoo-82d488ab6195d996af6f0e70bb178d27872ad4d0.zip |
kde-apps/kdeadmin-meta: 21.08.2 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.08.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-21.08.2.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-21.08.2.ebuild new file mode 100644 index 000000000000..36100f354bf7 --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-21.08.2.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 ~x86" +IUSE="+cron" + +RDEPEND=" + >=kde-apps/ksystemlog-${PV}:${SLOT} + cron? ( >=kde-apps/kcron-${PV}:${SLOT} ) +" |