Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-runtime-meta/
Date: Sun, 09 Oct 2016 16:04:52
Message-Id: 1476029076.5b728e74337cdb075e7b3c3cf1609cc0e0c4592b.kensington@gentoo
1 commit: 5b728e74337cdb075e7b3c3cf1609cc0e0c4592b
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 9 15:34:05 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 16:04:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b728e74
7
8 kde-apps/kdebase-runtime-meta: Add USE=nls for translations
9
10 Drop no longer existing dependency.
11
12 Package-Manager: portage-2.3.0
13
14 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild | 7 +++++--
15 1 file changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild
18 index 053bbf5..896743f 100644
19 --- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild
20 +++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild
21 @@ -8,7 +8,9 @@ inherit kde5-meta-pkg
22
23 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
24 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
25 -IUSE="+oldwallet pam +webkit"
26 +IUSE="nls +oldwallet pam +webkit"
27 +
28 +[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
29
30 RDEPEND="
31 $(add_kdeapps_dep kcmshell '' 16.04.3)
32 @@ -37,9 +39,10 @@ RDEPEND="
33 $(add_kdeapps_dep phonon-kde '' 16.04.3)
34 $(add_kdeapps_dep renamedlg-plugins '' 16.04.3)
35 $(add_kdeapps_dep solid-runtime '-bluetooth' 16.04.3)
36 + nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
37 oldwallet? (
38 $(add_kdeapps_dep kwalletd '' 16.04.3)
39 - pam? ( || ( $(add_plasma_dep kwallet-pam 'oldwallet') kde-apps/kwalletd-pam:4 ) )
40 + pam? ( $(add_plasma_dep kwallet-pam 'oldwallet') )
41 )
42 webkit? ( $(add_kdeapps_dep plasma-runtime '' 16.04.3) )
43 "