diff options
author | 2024-11-07 17:03:13 +0100 | |
---|---|---|
committer | 2024-11-07 20:05:43 +0100 | |
commit | 2d6bc47d362c6821c95ab63612ef1aa5460cebd9 (patch) | |
tree | c7d3337caffd970dd945fba58d2661f17046fcf4 /kde-apps/kdeadmin-meta | |
parent | kde-apps/kmouth: 24.08.3 version bump (diff) | |
download | gentoo-2d6bc47d362c6821c95ab63612ef1aa5460cebd9.tar.gz gentoo-2d6bc47d362c6821c95ab63612ef1aa5460cebd9.tar.bz2 gentoo-2d6bc47d362c6821c95ab63612ef1aa5460cebd9.zip |
kde-apps/kdeadmin-meta: 24.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-24.08.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-24.08.3.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-24.08.3.ebuild new file mode 100644 index 000000000000..4beebb4632be --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-24.08.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 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="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="+cron" + +RDEPEND=" + >=kde-apps/ksystemlog-${PV}:* + cron? ( >=kde-apps/kcron-${PV}:* ) +" |