Skip to content

Commit

Permalink
kde-apps/kde-apps-meta: 22.08.3 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 Nov 3, 2022
1 parent f5de43d commit fef8f8d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions kde-apps/kde-apps-meta/kde-apps-meta-22.08.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2022 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://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 fef8f8d

Please sign in to comment.