Skip to content

Commit

Permalink
kde-apps/kdebase-runtime-meta: Add USE=nls for translations
Browse files Browse the repository at this point in the history
Drop no longer existing dependency.

Package-Manager: portage-2.3.0
  • Loading branch information
a17r authored and Michael Palimaka committed Oct 9, 2016
1 parent acf8ee1 commit 5b728e7
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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) )
"

0 comments on commit 5b728e7

Please sign in to comment.