forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-base/kde-meta: Adjust RDEPEND for kde4-l10n
Package-Manager: portage-2.2.24
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
inherit kde4-meta-pkg | ||
|
||
DESCRIPTION="KDE - merge this to pull in all split kde-base/* packages" | ||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" | ||
IUSE="accessibility kdepim minimal nls sdk" | ||
|
||
RDEPEND=" | ||
$(add_kdeapps_dep kate) | ||
$(add_kdeapps_dep kdeadmin-meta) | ||
$(add_kdeapps_dep kdeartwork-meta) | ||
$(add_kdeapps_dep kdebase-meta) | ||
$(add_kdeapps_dep kdeedu-meta) | ||
$(add_kdeapps_dep kdegames-meta) | ||
$(add_kdeapps_dep kdegraphics-meta) | ||
$(add_kdeapps_dep kdemultimedia-meta) | ||
$(add_kdeapps_dep kdenetwork-meta) | ||
$(add_kdeapps_dep kdetoys-meta) | ||
$(add_kdeapps_dep kdeutils-meta) | ||
accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) ) | ||
kdepim? ( $(add_kdeapps_dep kdepim-meta '' 4.4.11.1) ) | ||
nls? ( $(add_kdeapps_dep kde4-l10n '' 4.14.3-r1) ) | ||
sdk? ( | ||
$(add_kdebase_dep kdebindings-meta) | ||
$(add_kdeapps_dep kdesdk-meta) | ||
$(add_kdeapps_dep kdewebdev-meta) | ||
) | ||
!minimal? ( $(add_kdebase_dep kdeplasma-addons) ) | ||
" | ||
REQUIRED_USE="minimal? ( !kdepim )" |