blob: 43315654102988add4d136038e80f4afb645d49d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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} )
"
|