diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-13 17:37:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-13 18:49:05 +0200 |
commit | cc1e7553ae7249ab699297ea37b52b1fcbed37ff (patch) | |
tree | 29fcd4b93a8632ec62660e288a80025f89994d35 | |
parent | app-accessibility/kontrast: 24.05.1 version bump (diff) | |
download | gentoo-cc1e7553ae7249ab699297ea37b52b1fcbed37ff.tar.gz gentoo-cc1e7553ae7249ab699297ea37b52b1fcbed37ff.tar.bz2 gentoo-cc1e7553ae7249ab699297ea37b52b1fcbed37ff.zip |
kde-apps/kdeaccessibility-meta: 24.05.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-24.05.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-24.05.1.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-24.05.1.ebuild new file mode 100644 index 000000000000..d7a9358e04cf --- /dev/null +++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-24.05.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" +HOMEPAGE="https://apps.kde.org/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=app-accessibility/kontrast-${PV}:* + >=kde-apps/kmag-${PV}:* + >=kde-apps/kmousetool-${PV}:* + >=kde-apps/kmouth-${PV}:* +" |