diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-15 21:13:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-15 22:06:18 +0200 |
commit | 12fce88aa3e935b1b9bf28c19de3a9d0f27f703c (patch) | |
tree | d0c55d34f8c9b77cd2d599b90ffb5f414bff8dcd /kde-apps/kdeadmin-meta | |
parent | kde-apps/kmouth: 23.08.1 version bump (diff) | |
download | gentoo-12fce88aa3e935b1b9bf28c19de3a9d0f27f703c.tar.gz gentoo-12fce88aa3e935b1b9bf28c19de3a9d0f27f703c.tar.bz2 gentoo-12fce88aa3e935b1b9bf28c19de3a9d0f27f703c.zip |
kde-apps/kdeadmin-meta: 23.08.1 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-23.08.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.1.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.1.ebuild new file mode 100644 index 000000000000..ab0a9c4929f2 --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 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://apps.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} ) +" |