Skip to content

Commit

Permalink
kde-apps/kde-apps-meta: 23.04.2 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jun 8, 2023
1 parent a7ded58 commit ca5813b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions kde-apps/kde-apps-meta/kde-apps-meta-23.04.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Meta package for the KDE Release Service collection"
HOMEPAGE="https://apps.kde.org/"

LICENSE="metapackage"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="accessibility +admin +education +games +graphics +multimedia +network pim sdk +utils"

RDEPEND="
>=kde-apps/kdecore-meta-${PV}:${SLOT}
accessibility? ( >=kde-apps/kdeaccessibility-meta-${PV}:${SLOT} )
admin? ( >=kde-apps/kdeadmin-meta-${PV}:${SLOT} )
education? ( >=kde-apps/kdeedu-meta-${PV}:${SLOT} )
games? ( >=kde-apps/kdegames-meta-${PV}:${SLOT} )
graphics? ( >=kde-apps/kdegraphics-meta-${PV}:${SLOT} )
multimedia? ( >=kde-apps/kdemultimedia-meta-${PV}:${SLOT} )
network? ( >=kde-apps/kdenetwork-meta-${PV}:${SLOT} )
pim? ( >=kde-apps/kdepim-meta-${PV}:${SLOT} )
sdk? ( >=kde-apps/kdesdk-meta-${PV}:${SLOT} )
utils? ( >=kde-apps/kdeutils-meta-${PV}:${SLOT} )
"

0 comments on commit ca5813b

Please sign in to comment.