summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-10-09 17:34:05 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-10-10 03:04:36 +1100
commit5b728e74337cdb075e7b3c3cf1609cc0e0c4592b (patch)
tree5b10936f138b01b5fdc44eb56e4aea7a5f68f8e7 /kde-apps
parentapp-office/skrooge: Version bump to 2.5.0, add USE=designer,kde (diff)
downloadgentoo-5b728e74337cdb075e7b3c3cf1609cc0e0c4592b.tar.gz
gentoo-5b728e74337cdb075e7b3c3cf1609cc0e0c4592b.tar.bz2
gentoo-5b728e74337cdb075e7b3c3cf1609cc0e0c4592b.zip
kde-apps/kdebase-runtime-meta: Add USE=nls for translations
Drop no longer existing dependency. Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild7
1 files changed, 5 insertions, 2 deletions
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
index 053bbf5190a1..896743f9ccb9 100644
--- 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
@@ -8,7 +8,9 @@ inherit kde5-meta-pkg
DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="+oldwallet pam +webkit"
+IUSE="nls +oldwallet pam +webkit"
+
+[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
RDEPEND="
$(add_kdeapps_dep kcmshell '' 16.04.3)
@@ -37,9 +39,10 @@ RDEPEND="
$(add_kdeapps_dep phonon-kde '' 16.04.3)
$(add_kdeapps_dep renamedlg-plugins '' 16.04.3)
$(add_kdeapps_dep solid-runtime '-bluetooth' 16.04.3)
+ nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
oldwallet? (
$(add_kdeapps_dep kwalletd '' 16.04.3)
- pam? ( || ( $(add_plasma_dep kwallet-pam 'oldwallet') kde-apps/kwalletd-pam:4 ) )
+ pam? ( $(add_plasma_dep kwallet-pam 'oldwallet') )
)
webkit? ( $(add_kdeapps_dep plasma-runtime '' 16.04.3) )
"